/* @font-face {
  font-family: "paraItalic";
  src: url("assets/fonts/HelveticaNeueLight.otf") format("opentype");
}
@font-face {
  font-family: "paraTitle";
  src: url("assets/fonts/SortsMillGoudy-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "paraTitleNormal";
  src: url("assets/fonts/SortsMillGoudy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "para";
  src: url("assets/fonts/HelveticaNeueLight.woff") format("woff");
} */

@font-face {
  font-family: "trajanregular";
  src: url("../fonts/TrajanPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "trajanbold";
  src: url("../fonts/TrajanPro-Bold.otf") format("opentype");
}

@font-face {
  font-family: "didot";
  src: url("../fonts/Didot.otf") format("opentype");
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("opentype");
}

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

html,
body {
  width: 100%;
  height: 100%;
  font-family: "montserrat";
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}
nav#nav1 .social a {
    color: #fff !important;
}

nav#nav1 .social {
    gap: 15px !important;
}
nav.nav-white.nav-scrolled  .social i {
    color: #000 !important;
}
.social.icon3 i,.social.icon2 i,.social.icon1 i {
    color: #000;
}
#loader-main {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
section.sup_ban.internal-banner img {
    height: auto;
} 
section.sup_ban.internal-banner {
    height: unset;
    overflow: unset;
}
.extra_loader {
  /* width: 0% !important;
  height: 0% !important;
  background-color: transparent !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
  z-index: 999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important; */

  display: none !important;
}

.ft-right p {
    font-size: 1rem;
    line-height: 1.7rem;
    margin: 20px 0;
    text-align: left;
}
input.email-id {
    border-bottom: 1px solid #146552;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 70%;
    height: 50px;
}
input.submit {
    background: #146552;
    height: 50px;
    width: 25%;
    border: none;
    color: #fff;
    font-size: 1rem;
}

.loader-img {
  width: 25vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

#loading-count {
  font-family: "didot";
  font-size: 70px;
  color: #333;
  position: absolute;
  bottom: 40px;
  right: 80px;
  display: flex;
  align-items: center;
}

.counter {
  width: 120px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.loader-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

main {
  width: 100%;
  pointer-events: none;
  background-color: #f8f7f4;
}

#page1 {
  position: relative;
  width: 100%;
  height: 100vh;
  pointer-events: all;
}

.page1-bottom {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 60px;
  padding-top: 60px;
  z-index: 9;
  left: 50%;
  top: 90%;
  /* top: 81.9%; */
  transform: translate(-50%, 0%) scale(0.8);
  opacity: 0;
}

.page1-btm-tl {
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  text-align: center;
}

.page1-btm-tl h3 {
  font-family: "didot";
  font-size: 1.875rem;
  line-height: normal;
  color: #B58B41;
  text-transform: uppercase;
  font-weight: 500;
}

.info-card {
  width: 101%;
  height: 101%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
  transition: all ease 0.3s;
}

.cta_title-heading.instrument_txt {
  padding-right: 0.1em;
  color: #000 !important;
}

.card-bottom {
  opacity: 0;
}

.card-sm:hover .info-card,
.card-lg:hover .info-card {
  transform: translate(-50%, -50%) scale(0.9);
}

.card-sm:hover {
  width: 19%;
}

.card-lg:hover {
  width: 26%;
}

section.fransec2 .desk_show p {
  text-transform: unset !important;
}

.info-card h4 {
  /* font-family: "montserrat"; */
  font-family: "didot";
  font-size: 1.5rem;
  color: rgba(101, 54, 36, 1);
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.info-card .line {
  width: 1px;
  background-color: #aaa284;
  height: 100%;
}

.info-card img {
  width: 30% !important;
  height: auto !important;
  object-fit: cover;
}
.title-container .text1 p {
    font-size: 1rem;
    font-weight: 500;
}
.info-card a img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.card-sm {
  width: 18%;
  height: 55%;
  position: relative;
  transition: all ease 0.2s;
}

.card-sm h6,
.card-lg h6 {
  /* font-family: paraItalic; */
  font-size: 1rem;
  color: #02311f;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.card-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-lg {
  position: relative;
  width: 25%;
  height: 58%;
  transition: all ease 0.2s;
  margin-top: 80px;
}

.card-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.nav-scrolled {
  background-color: white !important;
  /* Adjust color as needed */
}


.nav-white {
  transition: background-color 0.3s ease;
}
section.new_ban.our-story .text1 p {
    font-size: 1.125rem;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  height: 80px;
  pointer-events: all;
}

#nav1 .menu {
  mix-blend-mode: difference;
}

#nav1 .menu.no_filter {
  mix-blend-mode: unset;
}

#nav1 .white-logo {
  mix-blend-mode: difference;
}

/* #nav1:hover .white-logo {
  filter: invert(0) !important;
} */



nav .menu {
  cursor: pointer;
}

nav .white-logo,
nav .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  bottom: 0;
  margin: auto;
  width: 160px;
}

#navigation,
#navigation1,
#navigation2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: all;
}

.navigation-content {
  width: 100%;
  height: 90%;
  background-color: white;
  padding-top: 80px;
}

#nav2 img.sgl-log {
  filter: invert(1) !important;
}

#nav2 img.sgl-log.no_filter {
  filter: invert(0) !important;
}

/* .sub-nav .about_con{
 display: none;
 opacity: 0;
  position: absolute;
  top: 75%;
  width: 100%;
  left: 0%;
  border: 1px solid #3a4b4342;
  padding: 20px;
  background: white;
  box-shadow: 0 0 20px -10px rgba(0 0 0.5);
  z-index: 9999;
} */

.sub-nav .about_con a {
  display: block;
  margin-bottom: 10px;
}

.sub-nav .about_con a:hover,
.sub-nav a:hover {
  color: #02311f;
}

.sub-nav {
  width: 100%;
  height: 60px;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 70px; */
  position: relative;
  z-index: 100;
}

.sub-nav a,
.sub-nav button {
  text-decoration: none;
  color: #999897;
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.sub-nav button.coll_h,
.sub-nav button.about_h,
.sub-nav button.national_h {
  background-color: transparent;
  border: none;
  color: #999897;
  text-transform: uppercase;
  font-size: 1rem;
}

.sub-nav button.active.coll_h,
.sub-nav button.active.about_h,
.sub-nav button.active.national_h {
  color: #02311f;
}

.sub-nav button:hover {
  color: #02311f;

}

.main-nav {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.parts1 {
  width: 37%;
  height: 100%;
  padding: 0 80px;
  border-right: 1px solid #3a4b4342;
}

.parts1.d-none {
  display: none;
}

.parts1 h3 {
  font-family: paraTitle;
  font-size: 1.563rem;
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  height: 30px;
  gap: 10px;
  cursor: pointer;
  width: fit-content;
}

.parts1 h3 a {

  font-family: "montserrat";
  font-size: 1rem;
  color: #a0a0a0;
  text-transform: uppercase;
  text-decoration: none;
}

.parts1 h3:hover,
.parts1 h3 a:hover {
  color: #02311f;
}

.parts1 h3 i {
  font-size: 1rem;
  /* height: 30px; */
}

.parts1 h3:nth-child(1) {
  color: #02311f !important;
}

.parts1 h3:nth-child(1) a {
  color: #02311f !important;
}

.parts2 {
  width: 22%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.parts2 .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parts2 .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.parts3 {
  width: 35%;
  height: 100%;
  border-left: 1px solid #3a4b4342;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parts3 .nav-btn {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: #02311f;
  background-color: transparent;
  border: none;
  font-family: "montserrat";
  text-transform: uppercase;
  border-bottom: 1px solid #02311f;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.parts3 .nav-btn:hover:after {
  height: 100%;
}

.parts3 .nav-btn:hover p {
  color: white;
}

.parts3 .nav-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #02311f;
  transition: all ease 0.3s;
}

.bk-slider {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: visible;
}

.parts3 .swiper-slide {
  text-align: center;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white;
  transition: all 0.3s ease;

  &.swiper-slide-active {
    color: #fff;
    transform: scale(1.4);
    z-index: 2;
  }
}

.parts3 .swiper-slide img {
  width: 80%;
  height: auto !important;
  object-fit: cover;
}

/* ARROWS */
.parts3 .swiper-button-prev,
.parts3 .swiper-button-next {
  color: gray;
  position: absolute;
  top: 85%;
  width: 20% !important;
  scale: 0.4 !important;
}

.parts3 .swiper-button-prev {
  left: 30%;
}

.parts3 .swiper-button-next {
  left: 50%;
}

.page1-content {
  position: absolute;
  top: auto !important;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  z-index: 9;
  /* padding-bottom: 170px; */
}

#page1-content1 {
  bottom: 0% !important;
  height: auto !important;
}

.left-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-cont {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 20%;

}


.left-cont.main_pagecont .text1 h2 {
  color: white;
  line-height: 60px;
  /* margin-bottom: 10px; */
    width: 80%;
    text-align: center;
    margin: auto;
}

.left-cont.main_pagecont .text1 p {
  font-size: 1rem;
  line-height: 25px;
  text-align: center;
  color: white;
}

    .new_ban.our-story.franchise-us .text-container .text1 h2 {
        font-size: 2.5rem;
        width: 100% !important;
        line-height: 40px;
        margin-bottom: 10px;
    }

.controller {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text p {
  font-family: "montserrat";
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.container-btn {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
}

.container-btn i {
  position: relative;
  z-index: 2;
  transition: all ease 0.3s;
  color: #B58B41;
}

.pre-btn:hover i {
  color: #B58B41;
}

.next-btn:hover i {
  color: #B58B41;
}

.pre-btn {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pre-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0%;
  height: 100%;
  background-color: white;
  transition: all ease 0.3s;
}

.pre-btn:hover:after {
  width: 100%;
}

.next-btn {
  width: 50%;
  height: 100%;
  border-left: 1px solid #B58B41;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.next-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0%;
  height: 100%;
  background-color: white;
  transition: all ease 0.3s;
}

.next-btn:hover:after {
  width: 100%;
}

.slider-loader {
  width: 100%;
  height: 2.5px;
  background-color: #B58B41;
  margin-top: 30px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.loading-bar {
  width: 0%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.text-container {
  width: 100%;
  height: 25vh;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.video-container {
  width: 20%;
  height: 27vh;
  position: relative;
}

.video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-cont.main_pagecont .title-container {
  width: 85%;
  height: 30vh;
  position: relative;
}

.left-cont .title-container {
  width: 85%;
  height: 20vh;
  position: relative;
}

.title-container.w-90 {
  width: 90%;
}

.text1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
}

.text-next {
  opacity: 0;
}
section#page1.our-story .text-container {
    height: 100vh;
}

section#page1.our-story .text-container .text1 p,section#page1.our-story .text-container .text1 h2 {
    padding: 0px !important;
    text-align: left;
}
.text1 h2 {
  font-family: "didot";
  font-size: 2.5rem;
  line-height: 60px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.text1 p {
  color: #146552;
  color: #000;
  text-align: center;
  /* width: 90%; */
  margin: 0px;
  font-size:1rem;
  line-height: 28px;
}

.title-container.w-90 .text1 p {
  width: 100%;
  padding: 0px 14%;
}

.page1-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

.page1-slide.bg-color::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.page1-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page1-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section2 .sec2-title {
  width: fit-content;
  height: 30px;
  overflow: hidden;
}

#page2 {
  position: relative;
  width: 100%;
  height: 85vh;
  background-color: #f8f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

#page2 #ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
}

#left-ig {
  width: 16%;
  height: 60%;
  position: absolute;
  left: 80px;
  top: 15%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.cta_content .cta_title-heading {
  font-family: "montserrat";
}

.cta_content.names .cta_title-heading {
  font-family: "didot";
  text-transform: uppercase !important;
}

#right-ig {
  width: 16%;
  height: 60%;
  position: absolute;
  right: 80px;
  bottom: 15%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.overlay2 {
  width: 65%;
  position: relative;
}

.overlay2 h4 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #02311f;
  font-family: paraTitleNormal;
  text-align: left;
  text-transform: uppercase;
}

.overlay2 h4:nth-child(2) {
  text-align: right;
}

#page3 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f8f7f4;
  pointer-events: all;
}

.page3-slide1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  overflow: hidden;
  left: 50% !important;
  transform: translateX(-50%);
}

.page3-slide1 img,
.page3-slide2 img,
.page3-slide3 img,
.page3-slide4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 800%;
}

.page3-slide2,
.page3-slide3,
.page3-slide4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  overflow: hidden;
}

.overlay3 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.overlay3.infinite_Sec {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 0px;
  top: auto;
  left: 20%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 20%;
}

.overlay3.infinite_Sec.l-30 {
  left: 40%;
}

.slide3-title {
  height: 75px;
  overflow: hidden;
}

.slide3-title1 {
  height: 40px;
  overflow: hidden;
  display: block;
}

.overlay3 h4 {
  font-size: 2.5rem;
  font-weight: 500;
  color: white;
  font-family: "didot";
  text-align: center;
  text-transform: uppercase;
}

.overlay3.infinite_Sec h4 {
  font-family: "didot";
  font-weight: 400;

  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 1%;
  text-transform: uppercase;
}

.overlay3.infinite_Sec .slide3-title1 h4 {
  font-family: "didot";

  font-weight: 400;

  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 1%;
  text-transform: uppercase;
}

.overlay3 a {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: white;
  background-color: transparent;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid white;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.overlay3 a p {
  font-family: "montserrat";
  font-weight: 400;

  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: white;
}

.overlay3 a:hover:after {
  height: 100%;
}

.overlay3 a:hover p {
  color: #02311f;
}

.overlay3 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white !important;
  transition: all ease 0.3s;
}





/* 
.overlay3 a.same_anch {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: white;
  background-color: transparent;
  border: none;
  font-family: paraItalic;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  position: relative;
  display: flex;
      justify-content: center;
}
.overlay3 a.same_anch p {
  font-family: "paraItalic", sans-serif;
  font-weight: 400;
 
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white !important;
}
.overlay3 a.same_anch:hover:after {
  height: 100%;
}
.overlay3 a.same_anch:hover p {
  color: #02311f !important;
}
.overlay3 a.same_anch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white !important;
  transition: all ease 0.3s;
} */














.page3 img {
  width: 100%;
  height: 100%;
}

#page4 {
  position: relative;
  width: 100%;
  /* height: 80vh; */
  /* background-color: #02311f; */
  background: #FFFFFF;
  /* padding: 40px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  pointer-events: all;
  padding: 80px 0;
}

/* .page4-circles {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .ellipse1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.ellipse2 {
  position: absolute;
  top: 0;
  right: 0;
} */

#page4 .sub_des {
  display: flex;
  justify-content: space-between;
  /* position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0; */
  margin: auto;
  width: 80%;
  /* height: 40%; */
}

#page4 .sub_des .cols {
  width: 15%;
  height: auto;
}

#page4 .sub_des .cols img {
  width: 75%;
  height: auto;
  margin-bottom: 10px;
}

/* #page4 .sub_des .cols:nth-child(2),
#page4 .sub_des .cols:nth-child(4) {
  margin-top: 5%;
} */



.page4-top {
  /* position: absolute;
  top: 50px;
  left: 65px; */
  text-align: left;
}

/* .promise_bg {
  width: 100%;
  height: 100vh;
} */

#page4 p {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "didot";
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}

.page4-title {
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}

.page4-top .page4-title:nth-child(1) {
  height: 40px;
}

#page4 h4 {
  font-family: "didot";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: normal;
  letter-spacing: 0%;
  color:#B58B41;
  text-transform: uppercase;
  text-align: center;
}

#page4 .page4-title.mb-3 {
  margin-bottom: 30px;
}

#page4 h5 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: paraTitle;
  font-weight: 500;
  color: #fff;
}

#page4 button {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: white;
  background-color: transparent;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid white;
  position: relative;
}

#page4 button p {
  padding: 0;
  margin: 0;
}

#page4 button:hover:after {
  height: 100%;
}

#page4 button:hover p {
  color: #02311f;
}

#page4 button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white;
  transition: all ease 0.3s;
}

#page5 {
  position: relative;
  width: 100%;
  background-color: #f8f7f4;
  pointer-events: all;
  overflow: hidden;
}

.page5-top {
  width: 100%;
  padding: 80px 120px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.page5-top h5 {
  font-size:1.125rem;
  font-family: "didot";
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.page5-title {
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}

.page5-top h4 {
  font-size: 2.5rem;
  font-family: "didot";
  color: #B58B41;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.slide-wrapper5 {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-container5 {
  width: 100%;
  height: 75vh;
}

.swiper-container5 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #146552;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0px !important;
  transform: rotate(45deg);
  margin-right: 10px !important;
}

.swiper-container5 .swiper {
  padding-bottom: 80px;
}

.swiper-container5 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-container5 .swiper-slide:hover img {
  filter: grayscale(100%);
  transform: scale(1.1);
}

.swiper-container5 .swiper-slide img {
  transition: all ease 0.3s;
}

.swiper-container5 .swiper-slide:hover .overlay-swiper5 {
  opacity: 1;
}

.swiper-container5 .overlay-swiper5 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;

}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  font-size: 0;
}

.overlay-swiper5 .marqee {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f1bc89;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.marqee-wrapper {
  width: fit-content;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  animation-name: marqee;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes marqee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 4px));
  }
}

.marqee div {
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: #146552;
  transform: rotate(45deg);
}

.marqee h5 {
  display: inline-block;
  flex-shrink: 0;
  font-size: 1rem;
  font-family: "montserrat";
  color: #146552;
  text-transform: uppercase;
  font-weight: 500;
}

#page6 {
  position: relative;
  width: 100%;
  background-color: #f8f7f4;
  pointer-events: all;
  overflow: hidden;
}

.page6-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.page6-title {
  height: 32px;
  overflow: hidden;
}

.page6-top h4 {
  color: #B58B41;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "didot";
  text-transform: uppercase;
}

.page6-top p {
  /* color: white; */
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "didot";
  text-transform: uppercase;
  color: #B58B41;
}

.swiper-container6 {
  width: 100%;
  height: 75vh;
}

.swiper-container6 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-container6 .swiper-slide:hover .swiper6-over {
  opacity: 1;
}

.swiper6-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to top, black, transparent);
  padding-bottom: 40px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.swiper-container6 .swiper-slide:hover .swiper6-over div {
  transform: translateY(0px);
}

.swiper6-over div {
  transform: translateY(300px);
  transition: all ease 0.6s;
}

.swiper6-over h4 {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "didot";
  text-transform: uppercase;
}

.swiper6-over button {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: white;
  background-color: transparent;
  border: none;
  font-family: "montserrat";
  text-transform: capitalize;
  font-size: 1rem;
  border-bottom: 1px solid white;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}

.swiper6-over button a {
  text-decoration: none;
  color: white;
}

.swiper6-over button:hover:after {
  height: 100%;
}

.swiper6-over button:hover p {
  color: #02311f;
}

.swiper6-over button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white;
  transition: all ease 0.3s;
}

#page7 {
  position: relative;
  width: 100%;
  height: 100vh;
  pointer-events: all;
  background-color: black;
}

#page7 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:bottom;
}
.franchise-us .page7-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgb(0 0 0 / 33%);
    z-index: 9;
}
.franchise-us div#page1-content1 {
    z-index: 99;
}
section.new_ban.our-story.franchise-us .left-cont {
    align-items: end;
}
section.new_ban.our-story.franchise-us .left-cont .text1 h2 {
    text-align: center !important;
}
section.new_ban.our-story.franchise-us .left-cont .text1 p {
    margin-bottom: 70px !important;
     text-align: center !important;
}
#page7 .page7-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgb(0 0 0 / 33%);
}

.page2 .page7-overlay {
  align-items: flex-start !important;
  padding: 40px;
}

#page7 .page7-overlay .shade {
  text-align: center;
}

.page2 .page7-overlay h5 {
  color: white;
  font-size: 2.5rem;
  font-family: "didot";
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.page7-overlay h4{
  font-size: 1.5rem;
  font-family: "didot";
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.page7-overlay .shade h2{
 font-size: 2.5rem;
  font-family: "didot";
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  width:100%;
  margin: auto;
}
#page7 .page7-title h4 {
  font-size: 2.5rem;
  line-height: 60px;
}

.page7-title {
  height: 50px;
  overflow: hidden;
}

.section7 p.hstore_p {
  font-size: 1rem;
  line-height: 30px;
  color: white;
  margin: 20px 0;
  text-align: center;
}

#page7 .page7-overlay a {
  width: auto;
  margin: 0;
  padding: 0 40px;
}

.page7-overlay a {
  width: 40%;
  margin: 0 auto;
  /* padding: 0 45px; */
  height: 50px;
  color: white;
  background-color: transparent;
  border: none;
  font-family: "montserrat";
  text-transform: capitalize;
  border-bottom: 1px solid white;
  position: relative;
  pointer-events: all;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.page7-overlay a:hover:after {
  height: 100%;
}

.page7-overlay a:hover p {
  color: #02311f;
}

a p,
a.nav-btn p {
  position: relative;
  z-index: 5;
}

.page7-overlay a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white;
  transition: all ease 0.3s;
}

.page7-overlay .player {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.play-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
}

.progress {
  width: 100%;
  height: 3.5px;
  background-color: gray;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
}

.progress-bar {
  width: 50%;
  height: 100%;
  background-color: #fff;
}

#page8 {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
}

.left-sec8 {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}

.page8-title {
  height: 50px;
  margin-bottom: 5px;
  overflow: hidden;
}

.left-sec8 h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #02311f;
  font-weight: 500;
}

.left-sec8 p {
  font-size: 0.9rem;
  line-height: 22px;
  color: #B58B41;
  margin-top: 15px;
}
#page8 a p{
      font-size: 0.8rem;
    line-height: 25px;
}
.mail-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.mail-box input {
  width: 40%;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid #909090;
  outline: none;
  height: 50px;
}

.mail-box button {
  height: 100%;
  padding: 0 30px;
  height: 50px;
  color: white;
  background-color: #02311f;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
}

.right-sec8 {
  width: 50%;
  height: 125%;
  overflow: hidden;
}

.right-sec8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#footer-space {
  width: 100%;
  height: 90vh;
  background-color: transparent;
  pointer-events: none;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffeedca3;
  padding: 0 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:90vh;
}

.ft-top .social img{
  position: unset;
      width: 100%;
    height: auto;
}

.copyright {
    text-align: center;
    position: relative;
}
.copyright a {
    color: #000;
    text-decoration: none;
}
.ft-top {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1rem;
  padding: 80px 0;
  padding-bottom: 20px;
}

.ft-top img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #3a4b43;
    font-size: 1.5rem;
}

.ft-bottom {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1rem;
  font-family: "montserrat";
  text-transform: unset !important;
  /* margin-top: 40px; */
}

.ft-bottom h4 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 30px;
    color: #B58B41;
    font-family: "didot";
    text-transform: uppercase;
}

.ft-bottom a,
.ft-bottom p {
  margin: 20px 0;
  /* margin-bottom: 20px; */
  color: #3a4b43;
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-transform: unset !important;
}

.ft-bottom a:hover {
  color: #8a2c2c;
}

.ft-left {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.ft-right {
  width: 30%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-slide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ft-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button {
  cursor: pointer;
  pointer-events: all;
}

/* ================================================================================================================================== */

/* view collection page */
.container {
  margin: 0 80px;
}

.all_coll {
  background-color: rgba(248, 248, 248, 1);
  /* padding: 0 0 50px;
  margin: 50px 0 0; */
}

.coll_sec2 {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
}

.coll_sec2.animate {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
  z-index: 9;
}

.coll_sec2 .row {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

#collsec2 {
  height: 70px;
  width: 50%;
  overflow: hidden;
  margin-bottom: 50px;
}

.coll_sec2 p {
  font-family: "didot";
  font-weight: 400;

  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
  margin-bottom: 1%;
  padding-top: 5%;
}

.coll_sec2 h2 {
  font-family: "didot";
  font-weight: 300;
  font-size: 2.5rem;

  line-height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #146552;
  margin-bottom: 3%;
}

.sec3,
.enternal_erring {
  position: relative;
  width: 100%;
  pointer-events: all;
  background-color: white;
}



.colle_imgs a {
  text-decoration: none;
}

.colle_imgs p {
  font-family: "didot";
  font-weight: 400;

  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
  margin-top: 8%;
}

.total_coll p {
  font-family: "montserrat";
  font-weight: 400;

  font-size: 2rem;
  line-height: 45px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
}

.colle_imgs h4 {
  font-family: "didot";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 30px;
  height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
  text-align: center;
}

.colle_imgs h4 br {
  display: none;
}

img.right_arrow {
  float: right;
  display: none;
  margin-right: 30px;
}

.row_justify .colle_imgs {
  position: relative;
  transition: all ease 0.9s;
  width: 33%;
  padding: 5% 5% 1%;
  float: left;
}

.enternal_erring .row_justify .colle_imgs {
  width: 100%;
  padding: 5% 10%;
}

.enternal_erring .colle_imgs .row {
  justify-content: space-between;
}

.row_justify .colle_imgs img.colle_img {
  overflow: hidden;
  transition: all ease 0.9s;
}

.row_justify .colle_imgs:hover {
  transform: scale(0.98);
}

.row_justify .colle_imgs:hover img.right_arrow {
  display: block !important;
}

.row_justify .colle_imgs::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  width: 0%;
  background-color: #B58B41;
  transition: all ease 0.8s;
}

.row_justify .colle_imgs:hover:after {
  width: 100%;
}

.row_justify {
  display: inline-block;
  /* align-items: center; */
}

.row_justify img.colle_img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

.row {
  display: flex;
}

.row.align-center {
  display: flex;
  align-items: center;
}

.enternal_erring .row .all_coll .colle_imgs {
  padding: 50px;
}

.all_coll.w-30 {
  width: 33.33%;
}

.infit_col {
  position: relative;
  width: 33.33%;
  background-color: rgba(248, 248, 248, 1);
}

.infit_col img {
  width: 100%;
  height: auto;
}

.learn_more {
  width: 20%;
  /* margin: 3% auto; */
  display: flex;
  justify-content: center;
  margin-left: 40%;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

.learn_more a {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: #02311f;
  background-color: transparent;
  border: none;
  font-family: "paraItalic", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #02311f;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn_more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #02311f;
  transition: all ease 0.3s;
}

.learn_more a:hover:after {
  height: 100%;
}

.learn_more:hover p {
  color: white;
  z-index: 9;
}

.total_coll.right {
  float: right;
  margin-right: 5%;
}

.colle_last {
  position: relative;
  width: 100%;
  pointer-events: all;
  background-color: white;
  margin-left: 0;
}

/* ================================================================================================================================== */

/* produnct details page  */

.all_details {
  display: flex;
  justify-content: space-between;
}

.price_details {
  width: 40%;
  padding: 0 5% 5%;
}

.price_details .h-80 {
  height: auto;
}

.all_details.prod_sec1 {
  position: relative;
  align-items: start;
  top: 80px;
  background-color: white;
}

.all_details.prod_sec1 p.prod_tag {
  font-family: "didot";
  font-weight: 400;

  font-size: 1rem;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #146552;
  height: 30px;
  overflow: hidden;
}

.all_details.prod_sec1 h2.prod_heading {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(58, 75, 67, 1);
}

.all_details.prod_sec1 p.prod_price {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  text-transform: uppercase;
  color: rgba(125, 125, 137, 1);
}

.all_details.prod_sec1 p.prod_shortdes {
  font-family: "montserrat";
  font-weight: 400;

  font-size: 1rem;
  line-height: 30px;

  text-transform: capitalize;
  color: #146552;
}

.all_details.prod_sec1 .price_details a.pro_btn {
  display: block;
  padding: 10px;
  color: white;
  text-align: center;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 1%;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  transition: all 0.5s ease;
  margin: 5% 0;
  text-decoration: none;
}

.all_details.prod_sec1 .price_details a.pro_btn:hover {
  background-color: transparent;
  color: black;
}

.all_details.prod_sec1 .price_details .price_des {
  margin: 5% 0;
}

.all_details.prod_sec1 .price_details .price_des h3 {
  font-family: "didot";
  font-weight: 300;
  font-size: 1.438rem;
  line-height: 150%;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin: 5% 0;
}

.all_details.prod_sec1 .price_details .price_des p,
.all_details.prod_sec1 .price_details .price_des ul li {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0%;
  color: rgba(58, 75, 67, 1);
}

.all_details.prod_sec1 .price_details .price_des ul {
  padding-left: 20px;
}

.coll_sec2.animate.mt-50 {
  margin: 5% 0 0;
}

div#loader-main\ opacity {
  display: none;
}


/* 
.price_des .container .clicktext1,
.price_des .container .clicktext2 {
  cursor: pointer;
}


.price_des .container .hidden-text2{
  opacity: 0;
  height: 0;
  overflow: hidden;
} */



.all_details .slider-container_pro_details {
  display: flex;
  align-items: start;
  width: 60%;
}

/* Vertical Thumbnails */
.all_details .thumbnail_container_pro_details {
  width: auto;
  height: 600px;
}

.all_details .thumbnail_container_pro_details .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}

.all_details .thumbnail_container_pro_details .swiper-slide img {
  width: 100%;
  height: 100%;

}

.all_details .thumbnail_container_pro_details .swiper-slide-thumb-active {
  opacity: 1;
  /* border: 2px solid #000; */
}

/* Main Image */
.all_details .main-slider {
  width: 80%;
  height: 630px;
  overflow: hidden;
}

.all_details .swiper-slide img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
}

.all_details .swiper-slide.swiper-slide-active img {
  height: auto !important;
}

/* ================================================================================================================================== */
/* about us css */

#aboutsec1 {
  position: relative;
  text-align: center;
  padding: 10% 0 0%;

  background-color: white;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: all;
}

#ex {
  position: relative;
  overflow: hidden;
  height: 85vh;
  /* Full viewport height */
  width: 100%;
}

.about-img-div {
  width: 40%;
  height: 50vh;
  /* Initially show only 50% */
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
}

#about-img {
  position: absolute;
  width: 50%;
  height: 100%;
  /* Bigger than the container to keep middle part visible */
  object-fit: cover;
  background-size: cover;
  top: 0%;
  /* Moves image up to keep middle part in view */
  left: 0;
  right: 0;
  margin: auto;
}

/* #about-img {
  width: 100%;
  margin-top: 50px;
  opacity: 0.8;
  transform: scale(0.2);
} */

#aboutsec1 p,
#aboutsec1 h1 {
  opacity: 0;
}

#aboutsec1 p {
  font-family: "didot";
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
}

#aboutsec1 h1 {
  font-family: "didot";
  font-weight: 200;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #B58B41;
  margin: 3% 0;
}

#its_core {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
  padding: 3% 0;
  margin-top: 0;

}

#its_core .row {
  display: flex;
  justify-content: space-between;
}

#its_core p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1.3rem;
  /* color: #B58B41; */
  color: rgba(125, 125, 137, 1);
  margin-bottom: 0%;
  text-align: justify;
    line-height: 2rem;
}

.colm_2 h2 {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: normal;
  color: rgba(125, 125, 137, 1);
  margin-bottom: 20%;
}

/* #its_core .colm_1 {
  width: 35%;
} */

#its_core .colm_1 {
  width: 50%;
}

#its_core .colm_2 {
  width: 55%;
}






/* 
.about_vision_sec {
  position: relative;
  pointer-events: all;
  background-color: white;
  padding: 10% 0 0;
  width: 100%;
  height: 1000px;
}

.about_vision_sec .visionbg {
  width: 100%;
  height: auto;
}

.about_vision_sec .vision_content {
  background-color: rgba(0, 0, 0, 0.72);
  width: 100%;
  height: auto;
  padding: 5% 5% 30%;
  position: relative;
}

.sub_d {
  width: 60%;
}

.vision_content h4 {
  font-family: "paraTitle", sans-serif;
  font-weight: 400;
 
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(255, 201, 147, 1);
}

.vision_content h2 {
  font-family: "paraItalic", sans-serif;
  font-weight: 300;
 
  font-size: 64px;
  line-height: 75px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.vision_content p {
  font-family: "paraItalic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: rgba(217, 217, 217, 1);
}

.vision_content img {
  position: absolute;
  right: 60px;
  bottom: 100px;
} */






.spacer {
  height: 100vh;
  /* Extra space for scrolling */
}


.about_vision_sec {
  position: relative;
  pointer-events: all;
  background-color: white;
  padding: 0;
  width: 100%;
  height: 400vh;
  /* Long scroll effect */
}

.visionbg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.pinned-section {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(0, 0, 0, 0.72); */
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.content {
  display: flex;
  width: 80%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
}

.about_vision_sec .left {
  width: 60%;
  font-size: 1.5rem;
  color: #333;
  height: 100vh;
  overflow: hidden;
}

.about_vision_sec .scrolling-text {
  display: flex;
  flex-direction: column;
  /* gap: 100px; */
}

.about_vision_sec .text-block {
  min-height: 100vh;
}

.about_vision_sec .text-block:first-child {
  margin-top: 100%;
}

.about_vision_sec .text-block:last-child {
  margin-bottom: 10%;
}

.about_vision_sec .right {
  width: 30%;
  height: 100vh;
  position: sticky;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_vision_sec .image-wrapper {
  position: relative;
  width: 90%;
  height: 400px;
  right: -30%;
  bottom: -10%;
}

.about_vision_sec .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.about_vision_sec .active {
  opacity: 1 !important;
}

.about_vision_sec .vision_content h4 {
  font-family: "didot";
  font-weight: 400;
  /* */
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(255, 201, 147, 1);
}

.about_vision_sec .vision_content h2 {
  font-family: "didot";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.about_vision_sec .vision_content p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 2%;
  color: rgba(217, 217, 217, 1);
  margin-bottom: 15px;
}

.vm_Sec{
  position: relative;
  pointer-events: all;
  padding: 0 0 5%;
  background-color: white;
}

.vm_Sec img{
  width: 100%;
  height: auto;
}

.vm_Sec .vm_content{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60%;
  width: 80%;
}
.vm_Sec .vm_content .row {
  justify-content: space-between;
}
.vm_Sec .vm_content .row .cols{
  width: 35%;
}


.vm_Sec .vm_content .row .cols h2{
  font-family: "didot";
font-weight: 400;
font-size: 2.5rem;
line-height: 60px;
letter-spacing: 0%;
text-transform: uppercase;
}

.vm_Sec .vm_content .row .cols p{
  font-family: "Montserrat";
font-weight: 500;
font-size: 1rem;
line-height: 28px;
letter-spacing: 0%;
margin-top: 15px;
}

.why_choose{
  position: relative;
  pointer-events: all;
  /* padding: 5% 0; */
  background-color: white; 
}
.why_choose .why_bg{
  width: 100%;
  height: auto;
}
.why_choose .whychoose_content{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 80%;
  width: 90%;
}
.why_choose .whychoose_content .colmn{
  width: 45%;
   margin-top: 5%;
}
.why_choose .whychoose_content .colmn .row{
  gap: 20px;
  align-items: center;
  margin: 10px 0;
}
.why_choose .whychoose_content .colmn img{
  width: 10%;
  height: auto;
  /* margin-top: 10px; */
}

.why_choose h2{
  font-family: "didot";
font-weight: 400;
font-size: 2.5rem;
line-height: 60px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
}

.why_choose h4{
  font-family: "Montserrat";
font-weight: 700;
font-size: 1.5rem;
line-height: 48px;
letter-spacing: 0%;
}

.why_choose p{
  font-family: "Montserrat";
font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
letter-spacing: 0%;
}

.whychoose_content.white h2,
.whychoose_content.white h4,
.whychoose_content.white p{
  color: white;
}


.foundersec .container .clicktext1,
.foundersec .container .clicktext2

/* .foundersec .container .clicktext3  */
  {
  cursor: pointer;

}

.foundersec .container .hidden-text1,
.foundersec .container .hidden-text2

/* .foundersec .container .hidden-text3 */
  {
  /* opacity: 0; */
  height: 45px;
  overflow: hidden;
}


.foundersec {
  position: relative;
  pointer-events: all;
  background-color: white;
  padding: 0 0 5%;
}

.foundersec h4 {
  font-family: "didot";
  font-weight: 300;
  font-size: 1.563rem;
  line-height: 35px;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.foundersec .same_anch {
  /* height: 100%; */
  height: auto;
  padding: 10px 0;
  color: white;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid #B58B41;
  /* position: relative;
    z-index: 999999; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 20%;
  margin: 30px 0;
}

.foundersec .same_anch p {
  font-family: "didot";
  font-weight: 400;
  /* */
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}



.foundersec .row {
  margin-top: -5px;
}


/* .foundersec .row .foundercol.rowone {
  background: url("assets/about_us/ricky_vasandani.jpg") no-repeat;
  background-size: 50%;
  background-position: center;
  background-attachment: fixed;
  width: 50%;
  height: 100vh;
}

.foundersec .row .foundercol.rowtwo {
  background: url("assets/about_us/vivek_oberio.jpg") no-repeat;
  background-size: 50%;
  background-position: right;
  background-attachment: fixed;
  width: 50%;
  height: 100vh;
}

.foundersec .row .foundercol.rowthree {
  background: url("assets/about_us/satish_dariynani.jpg") no-repeat;
  background-size: 50%;
  background-position: center;
  background-attachment: fixed;
  width: 50%;
  height: 100vh;
} */

.foundersec .row .foundercol,
.foundersec .row .foundercolcontent {
  width: 50%;
}

.foundersec .row .foundercolcontent {
  padding: 50px;
}

.foundersec .row .foundercolcontent .row {
  margin: 5% 0 20%;
  align-items: end;
  gap: 15%;
}

.foundersec .row .foundercolcontent .row .content {
  width: 100%;
  display: block;
}

.foundersec .row .foundercol .founderimg {
  width: 100%;
  height: auto;
}

.foundersec .row .foundercolcontent p {
  font-family: "montserrat";
  font-weight: 400;
  /* */
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0%;
  /* text-transform: uppercase; */
  color: #000;
  text-align: justify;
}

.foundersec .row .content h2 {
  font-family: "didot";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #B58B41;
}

.foundersec .container p {
  font-size: 1rem !important;
  line-height: 25px !important;
}

.about_blogs {
  position: relative;
  background-color: white;
  width: 100%;
}

.about_blogs h4 {
  font-family: "didot";
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #B58B41;
  margin-bottom: 5%;
}

.about_blogs .row {
  margin-top: 50px;
}

.about_blogs .blogscol {
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 600px;
}

.about_blogs .imgcontent1 {
  width: 33.33%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  transform: translateY(75%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 30px;
}

.about_blogs .imgcontent2 {
  width: 33.33%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  transform: translateY(75%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 30px;
}

.about_blogs .imgcontent3 {
  width: 33.33%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  transform: translateY(75%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 30px;
}

.blogscol:hover .imgcontent1,
.blogscol:hover .imgcontent2,
.blogscol:hover .imgcontent3 {
  transform: translateY(0%);
  opacity: 1;
}

.about_blogs .blogscol img {
  transition: transform 0.5s ease;
}

.about_blogs .blogscol:hover img {
  transform: scale(1.1);
}

.blogscol .imgcontent1 h4,
.blogscol .imgcontent2 h4,
.blogscol .imgcontent3 h4 {
  font-family: "didot";
  font-weight: 200;
  /* */
  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.blogscol .imgcontent1 p,
.blogscol .imgcontent2 p,
.blogscol .imgcontent3 p {
  font-family: "montserrat";

  font-weight: 400;
  /* */
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgba(255, 201, 147, 1);
  width: 55%;
}

.blogscol .imgcontent1 p a,
.blogscol .imgcontent2 p a,
.blogscol .imgcontent3 p a {
  font-family: "montserrat";

  font-weight: 400;
  /* */
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgba(255, 201, 147, 1);
  text-decoration: none;
}

.about_blogs .blogscol img {
  width: 100%;
  height: auto;
}

/* about us css end */

/* diamond page */

.card_anime {
  position: relative;
  background-color: white;
  pointer-events: all;
}

.section_inspiration {
  z-index: 10;
  background-color: white;
  position: relative;
  top: 0;
}

.inspiration_component {
  /* height: 250vh; */
  margin-top: 0;
  position: relative;
}

.inspiration_content h2.dia-h {
  font-family: "didot";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 60px;
  text-transform: uppercase;
  color: #B58B41;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.inspiration_content-wrapper {
  perspective: 1200px;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 28rem;
  display: flex;
  position: static;
  top: auto;
  gap: 20px;
  margin-top: 60px;
}

/* .inspiration_image-wrapper {
  z-index: 3;
  transform-origin: 50% 100%;
  width: 18rem;
  height: 5.6rem;
  transition: all 0.25s ease-out;
  position: relative;
  transform: skewY(42deg);
} */

/* .inspiration_image-wrapper.is--insp-4 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: 7.5vw
}

.inspiration_image-wrapper.is--insp-2 {
  z-index: 2;
  perspective-origin: 50%;
  position: absolute
}

.inspiration_image-wrapper.is--insp-3 {
  margin-left: 9.5vw
} */

.inspiration_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.inspiration_image-cover {
  z-index: 2;
  object-fit: cover;
  background-color: rgba(183, 136, 94, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.inspiration_image-cover.is--cover-black {
  background-color: #146552;
}

.inspiration_image-cover.is--color-mild {
  background-color: rgba(216, 185, 154, 1);
}

.inspiration_image-cover.is--color-green {
  background-color: rgba(2, 49, 31, 1);
}

/* .inspiration_image-text {
  z-index: 1;
  opacity: 0;
  text-align: center;
  letter-spacing: -0.04em;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -2rem;
  transform: translateY(100%);
} */

.inspiration_image-text.is--insp-mobile {
  display: none;
}

.inspiration_image-text.is--insp-destop {
  max-width: none;
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  bottom: -3.5rem;
}

.inspiration_image-text p {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 172%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: rgba(2, 49, 31, 1);
}

.inspiration_content {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.inspiration_heading {
  opacity: 0;
  letter-spacing: 0.3em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: -6rem 0% auto;
}

.inspiration_image-content {
  height: 100%;
  position: relative;
}

.inspiration_image-middle {
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  color: var(--base-color-brand--white);
  text-align: center;
  letter-spacing: -0.04em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28.375rem;
  margin: auto;
  font-family: Begum, Times New Roman, sans-serif;
  font-size: 2.375rem;
  line-height: 2.5625rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

p.inspire_bottom {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 2%;
  text-align: center;
  color: #146552;
  padding-bottom: 5%;
  padding-top: 5%;
  margin: 0% 10% 0;
}

.diamond_fea {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
}

.diamond_fea .row {
  display: flex;
  justify-content: space-between;
  gap: 15%;
}

.diamond_fea .text-content h2 {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #B58B41;
}

.diamond_fea .text-content p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 2%;
  color: #B58B41;
}

.diamond_fea .text-content {
  width: 37%;
  padding: 20px;
}

.diamond_fea .image-section {
  width: 60%;
  text-align: center;
}

.diamond_fea .diamond-img {
  max-width: 100%;
  height: auto;
}

.diamond_fea .dots {
  display: flex;
  justify-content: center;
  margin: 5% 0 1%;
  position: relative;
}

.diamond_fea .dots .sub_div::after {
  content: "";
  position: absolute;
  top: -25px;
  bottom: 0;
  right: -50%;
  /* left: 5%; */
  /* right: 0%; */
  width: 100%;
  height: 1px;
  background-color: rgba(190, 190, 190, 1);
  margin: auto 5px;
}

.diamond_fea .dots .sub_div:last-child::after {
  display: none;
}

.diamond_fea .dot,
.diamond_fea .dot1,
.diamond_fea .dot2 {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  border: 1px solid gray;
  margin: 5px auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.diamond_fea .dot.active,
.diamond_fea .dot1.active,
.diamond_fea .dot2.active {
  background: rgba(58, 75, 67, 1);
}

.diamond_fea .sub_div {
  width: 20%;
  text-align: center;
  position: relative;
}

.diamond_fea .dots p {
  color: #B58B41;
  font-family: "montserrat";
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: capitalize;
  cursor: pointer;
}

.diamond_fea .change_con {
  background-color: rgba(255, 244, 233, 1);
  padding: 30px 20px;
  margin-bottom: 5%;
}

.diamond_fea .change_con #dia_type,
.diamond_fea .change_con #dia_type1 {
  color: #B58B41;
  font-family: "trojanregular";
  font-weight: 400;
  font-size: 1.563rem;
  line-height: 35px;
  letter-spacing: 2%;
  text-transform: capitalize;

}

.diamond_fea .change_con #diamond-description,
.diamond_fea .change_con #diamond-description1,
.diamond_fea .change_con #diamond-description2 {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 2%;
  text-align: center;
  color: #B58B41;
}

#page8 a {
  height: 100%;
  padding: 0 45px;
  height: 50px;
  color: #146552;
  background-color: transparent;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid #146552;
  position: relative;
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}

#page8 a p {
  position: relative;
  z-index: 9;
  color: #146552;
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

#page8 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #146552;
  transition: all ease 0.3s;
}

#page8 a:hover:after {
  height: 100%;
}

#page8 a:hover p {
  color: #fff;
}

#page8 .diampage_sec {
  text-align: left;
}

#page8 .diampage_sec h4 {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 136%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #B58B41;
}

/* diamond page end */

/* blogs page */

.blogsec1 {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
  padding: 5% 0 5%;
}

.blogsec1 .row {
  justify-content: space-between;
  padding: 2% 0 2%;
}

.blogsec1 .row h2 {
  font-family: "didot";
  font-weight: 200;

  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #B58B41;
  width: 40%;
}

.blogsec1 .row p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  /* letter-spacing: 1px; */
  width: 50%;
  color: rgba(68, 68, 68, 1);
}

.ban_content {
  position: relative;
}

.ban_content img {
  width: 100%;
  height: auto;
}

.ban_content .we_celeb {
  position: relative;
  left: 0;
  right: 0;
  bottom:0%;
  margin: auto;
  width: 70%;
  background-color: white;
  padding: 5% 10% 5% 10%;
  text-align: center;
  height: 70%;
}

.we_celeb_content {
  height: 45px;
  overflow: hidden;
}


.ban_content .we_celeb h2 {
  font-family: "didot";
  font-weight: 400;

  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  color: #B58B41;
  padding-bottom: 0%;
}

.ban_content .we_celeb a {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  background-color: #146552;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.blogsec2 {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
  padding: 10% 0 5%;
}

.blogsec2 a.same_anch {
  height: 100%;

  color: white;
  background-color: transparent;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid rgba(17, 100, 81, 1);
  position: relative;
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
}

.blogsec2 a.same_anch {
  padding: 10px 45px !important;
  height: 40px !important;
  position: absolute;
  bottom: 20px;
}

.blogsec2 a.same_anch p {
  position: relative;
  z-index: 9;
  color: rgba(17, 100, 81, 1) !important;
  font-family: "montserrat";
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 25px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
}

.blogsec2 a.same_anch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: rgba(17, 100, 81, 1);
  transition: all ease 0.3s;
}

.blogsec2 a.same_anch:hover:after {
  height: 100%;
}

.blogsec2 a.same_anch:hover p {
  color: #fff !important;
}




.blogsec2 .row {
  justify-content: space-between;
  margin: 3% 0;
  position: relative;
}

.blogsec2 .row h2 {
  font-family: "didot";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin:0px 0 20px 0;
  color: #B58B41;
}

.blogsec2 .row p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 2%;
  color: #000;
}

.blogsec2 .row .side_content {
  width: 48%;
}

.blogsec2 .row .side_img {
  width: 50%;
}

.blogsec2 .row .side_img img {
  width: 100%;
  height: auto;
}

/* blogs page end */




/* blogs detail css*/


.bdetailsec2 {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
  padding: 0% 0 1%;
}

.bdetailsec2 h2 {
  font-family: "didot";
  font-weight: 300;
  color: #B58B41;
  font-size: 2rem;
  line-height: 45px;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0;
}

.bdetailsec2 p,
.bdetailsec2 ul li,.bdetailsec2 td {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 2%;
  margin: 10px 0;
}
section.bdetailsec2.blog-details a {
    text-decoration: none;
    color: #000;
}
section.bdetailsec2.blog-details h4, section.bdetailsec2.blog-details h4 strong {
    font-family: "montserrat";
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.bdetailsec2 ul,
.bdetailsec3 ul {
  padding-left: 30px;
  list-style-type: decimal;
}


.bdetailsec2 h3 {
    font-family: "montserrat";
    font-weight: 400;
    color: #B58B41;
    font-size: 1.125rem;
    line-height: 30px;
    letter-spacing: 2%; 
    margin-bottom: 15px;
    margin-top: 15px;
    /* text-transform: uppercase; */
}



.bdetailsec3 {
  position: relative;
  width: 100%;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
}

.bdetailsec3 h2 {
  font-family: "didot";
  font-weight: 300;
  color: #B58B41;
  font-size: 2rem;
  line-height: 144%;
  letter-spacing: 2%;
  text-transform: uppercase;

}

.bdetailsec3 img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.bdetailsec3 p {
  font-family: "didot";

  font-weight: 300;
  color: #000;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 2%;

}

.bdetailsec3 p a {
  color: #B58B41;
}

.bdetailsec3 ul li {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1.063rem;
  line-height: 27px;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 10px 0;
}


.blogsec2 h3 {
  font-family: "didot";
  font-weight: 300;

  font-size: 2rem;
  line-height: 144%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #146552;
}

.bdetailsec2.blog-details p img{
      width: 100%;
    height: auto;
}


/* blogs detail css end*/








/* media css */
.media_ban {
  position: relative;
  background-color: white;
  pointer-events: all;
}

.media_ban img {
  width: 100%;
  height: auto;
}

.mediasec2 {
  position: relative;
  background-color: white;
  pointer-events: all;
  overflow: hidden;
  padding: 0 0 5%;
}

.mediasec2 .buttons {
  margin: 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mediasec2 .buttons button {
  padding: 10px 60px;
  margin: 5px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  border-bottom: 1px solid #146552;
  color: #146552;
  font-family: "montserrat";

  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.mediasec2 .buttons button.active {
  background-color: #146552;
  color: white;
}

.mediasec2 .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mediasec2 .media-item {
  width: 30%;
  height: auto;
  /* background-size: cover;
  background-position: center; */
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 5px;
}

.mediasec2 .video {
  background-color: black;
  width: 30%;
  height: auto;
}

.mediasec2 .hidden {
  display: none;
}

.mediaPR {
  width: 30%;
  margin: 20px 10px;
  /* overflow: hidden; */
}

.mediaPR img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mediaPR .m_img {
  width: 97%;
  height: 80%;
  overflow: hidden;
}

.mediaPR a:first-child:hover img {
  transform: scale(1.05);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
}

.mediaPR p {
  font-family: "montserrat";
  font-size: 1rem;
  line-height: 30px;
  color: #000;

}

.mediaPR a {
  font-family: "montserrat";
  font-size: 1rem;
  line-height: 25px;
  text-decoration: none;
  color: #8a2c2c;
  /* border-bottom: 1px solid #8a2c2c; */
  /* padding: 3px 10px; */

}

.mediaPR .downarrow {
  width: 3%;
  height: auto;
  margin-left: 5px;
  transform: rotate3d(1, 1, 4, 35deg);
}

/* media css end */

/* retail spain page  */
.retail_ban {
  position: relative;
  background-color: #fff5ea;
  pointer-events: all;
  overflow: hidden;
  padding: 80px 20px 20px;
}

.retail_ban img {
  width: 100%;
  height: auto;
}

.retail_ban h2 {
  position: absolute;
  top: 0;
  bottom: -40%;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 15%;
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.spainsec2 {
  /* background: linear-gradient(180deg, #B58B41 0%, #B7885E 100%); */
  background-color: #B58B41;
  position: relative;
  pointer-events: all;
  overflow: hidden;
  padding: 5% 0;
  width: 100%;
  height: 1300px;
}

.spainsec2 .sub_anim,
.secrow2 .sub_anim {
  height: 55px;
  overflow: hidden;
  padding: 10px;
}

.malaysec2 .secrow2 .sub_anim {
  height: 80px;
  overflow: hidden;
  padding: 10px;
}

.malaysec2 .secrow2 .sub_anim:last-child {
  margin-bottom: 30px;
}

.spainsec2 h2 {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 50px;
  text-transform: uppercase;
  color: white;
}

.spainsec2 p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  /* text-transform: uppercase; */
  color: white;
  margin-top: 20px;
}

.spainsec2 .row {
  gap: 20%;
}

.spainsec2 img.spainimg1 {
  position: absolute;
  left: 3%;
  top: 50%;
  width: 25%;
  height: auto;
}

.spainsec2 img.handimg {
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
}

.spainsec2 img.spainimg2 {
  position: absolute;
  right: 3%;
  top: 35%;
  width: 25%;
  height: auto;
}

.spainsec2 .estas {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: 35%;
}

.spainsec3 {
  position: relative;
  background-color: #fff5ea;
  pointer-events: all;
  overflow: hidden;
  padding: 5% 0;
}

.spainsec3 h2 {
  font-family: "didot";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.spainsec3 .row {
  gap: 30px;
}

.spainsec3 .chocrondiv {
  background-color: rgba(255, 201, 147, 1);
  padding: 20px;
  width: 50%;
}

.spainsec3 .chocrondiv h2 {
  font-family: "didot";
  font-weight: 400;
  font-size: 1.563rem;
  line-height: 60px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: white;
}

.spainsec3 .chocrondiv .row,
.spainsec3 .elcorte .row {
  gap: 5px;
  margin: 25px 0;
}

.spainsec3 .chocrondiv .row a {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 149%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: rgba(2, 49, 31, 1);
  text-decoration: none;
  color: white;
}

.spainsec3 .elcorte {
  width: 50%;
  padding: 20px;
  background-color: #146552;
}

.spainsec3 .elcorte h2 {
  font-family: "didot";

  font-weight: 400;
  font-size: 1.563rem;
  line-height: 60px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: white;
}

.spainsec3 .elcorte .row a {
  font-family: "montserrat";

  font-weight: 400;
  font-size: 1rem;
  line-height: 149%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: white;
  text-decoration: none;
}


.spainsec4 {
  position: relative;
  background-color: #fff5ea;
  pointer-events: all;
  overflow: hidden;
  padding: 0 0 5%;
}

.spainsec4 h2 {
  font-family: "didot";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 70px;
  letter-spacing: 2%;
  text-transform: uppercase;

}

.spainsec4 .row {
  gap: 20px;
  margin: 3% 0;
  flex-wrap: wrap;
}

.spainsec4 .row .card {
  background-color: white;
  padding: 30px;
  position: relative;
  overflow: hidden;
  width: 32%;
}

.spainsec4 .row .card .intro {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -98%;
  left: 0;
  background-color: #146552;
  color: white;
  transition: 0.5s;
}

.spainsec4 .row .card:hover .intro {
  bottom: 0;
}

.spainsec4 .row .card:hover a {
  color: white;
}

.spainsec4 .row .card .row {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}

.spainsec4 .row .card a {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #146552;
  text-decoration: none;
}


.spainsec4 .row .card .row img.show {
  display: block;
}

img.hover_show {
  display: none;
}

.spainsec4 .row .card:hover img.hover_show {
  display: block;
}

.spainsec4 .row .card:hover img.show {
  display: none;
}




.spainsec5 {
  background-color: rgba(255, 241, 225, 1);
  padding: 5% 3%;
  pointer-events: all;
  overflow: hidden;
  position: relative;
}

.spainsec5 .row {
  align-items: center;
  justify-content: space-between;
}

.spainsec5 .row .last_left {
  width: 40%;
}

.spainsec5 .row .last_left h2 {
  font-family: "didot";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 45px;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.spainsec5 .row .last_left p {
  font-family: "didot";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #146552;
}

.spainsec5 .row .last_right {
  width: 50%;
  padding-right: 10%;
}

.spainsec5 .row .last_right h2 {
  font-family: "paraTitleNormal";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 45px;
  letter-spacing: 2%;
  text-transform: uppercase;

}

.spainsec5 .row .last_right p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 2%;
  color: #B58B41;
  margin: 20px 0;
}

.spainsec5 .row .last_left h4 {
  font-family: "didot";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 30px;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-top: 20px;
}

.spainsec5 .row .last_left a {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 2%;
  color: #000 !important;
  text-decoration: none;
}

.spainsec5 .row .last_left .row {
  margin: 20px 0;
  gap: 20px;
  justify-content: start;
}

.input_field {
  margin-bottom: 30px;
}

.spainsec5 form input {
  border: none;
  border-bottom: 1px solid rgba(144, 144, 144, 1);
  padding: 10px 15px;
  background-color: transparent;
  width: 100%;
  color: rgba(2, 49, 31, 1);
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 25px;

}



.spainsec5 form input::placeholder {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 25px;

  text-align: start;
  color: rgba(2, 49, 31, 1);
}

.spainsec5 form button {
  background-color: rgba(2, 49, 31, 1);
  padding: 10px;
  text-align: center;
  font-family: "montserrat";
  font-weight: 400;

  font-size: 1rem;
  line-height: 25px;

  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  border: none;
  display: block;
  width: 100%;
}


.retail_ban.malaysia h2 {
  position: absolute;
  top: 0px;
  bottom: -40%;
  right: 0px;
  left: 0px;
  width: auto;
  height: 15%;
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 70px;
  text-transform: uppercase;
  color: white;
  margin: auto;
}

.malaysec2 {
  position: relative;
  background-color: #fff5ea;
  pointer-events: all;
  overflow: hidden;
  padding: 5% 0;
}

.malaysec2 .row {
  justify-content: space-between;
}

.malaysec2 .maly_content h2 {
  font-family: "didot";
  font-weight: 300;
  color: #B58B41;
  font-size: 2.5rem;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.malaysec2 .maly_content p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 2%;
  color: #000;
  margin-bottom: 15px;
  text-align: justify;
}

.malaysec2 .maly_logo,
.malaysec2 .maly_content {
  width: 50%;
  padding-right: 10%;
}

.malaysec2 .maly_logo img {
  width: 60%;
  height: auto;
}

.malaysec2 .row.secrow2 {
  justify-content: space-between;
  margin: 7% 0 0;
}

.malaysec2 .row.secrow2 h2 {
  font-family: "didot";
  font-weight: 200;

  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
}

.row.secrow3 {
  justify-content: space-between;
  align-items: center;
  margin: 5% 0;
}

.row.secrow3 p:first-child {
  font-family: "paraItalic", sans-serif;
  font-weight: 400;

  font-size: 2rem;
  line-height: 121%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #146552;
  width: 30%;
}

.outer_side {
  width: 500px;
  height: 500px;
}

.row.secrow3 img {
  width: 30%;
  margin: auto;
  display: flex;
  justify-content: center;
}


.row.secrow3 p:last-child {
  font-family: "montserrat";

  font-weight: 400;
  font-size: 1rem;
  line-height: 172%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #146552;
  width: 30%;
}


/* retail spain page end */








/* contact page css */

.spainsec5.contactpage {
  background-color: white;
}

.colour {
  background-color: rgba(255, 241, 225, 1);
  height: 400px;
  width: 100%;
  position: relative;
  pointer-events: all;
  /* overflow: hidden; */
  padding-top: 7%;
}



.colour img {
  width: 40%;
  height: auto;
  border: 10px solid white;
  /* margin: 0 auto; */
  margin-left: 3%;
  margin-bottom: -10%;
  position: relative;
  z-index: 1;
}

.spainsec5.contactpage .last_left {
  text-align: center;
}

.spainsec5.contactpage .last_left h2 {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 20px 0;
}


.spainsec5.contactpage .last_left h4 {
  font-family: "montserrat";
  font-weight: 300;

  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  margin: 20px 0;
  margin: 20px auto;

}




.spainsec5.contactpage .last_left a {
  font-family: "montserrat";
  font-weight: 400;

  font-size: 1rem;
  line-height: 25px;

  letter-spacing: 0%;
  color: rgba(2, 49, 31, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(2, 49, 31, 1);
  padding: 20px;
}

/* contact page css end */



/* our retail store */

.storesec1 {
  pointer-events: all;
  overflow: hidden;
  position: relative;
  background-color: white;
  padding: 7% 0;
}

.storesec1 h2 {
  font-family: "didot";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #B58B41;
}

.storesec1 .row {
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: start;
}

.storesec1 .row .img_clmn {
  width: 32%;
  margin-top: 5%;
  position: relative;
}

.storesec1 .row .img_clmn:nth-child(1),
.storesec1 .row .img_clmn:nth-child(2),
.storesec1 .row .img_clmn:nth-child(3) {
  margin-top: 0%;
}

.storesec1 .row .img_clmn .city_photo {
  width: 100%;
  height: 100%;
}

.storesec1 .row .img_clmn p {
  font-family: "didot";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  margin-top: 5px;
}

.storesec1 .row .img_clmn a {
  text-decoration: none;

}

.storesec1 .row .img_clmn p img {
  width: 3%;
  height: auto;
  transform: rotate(360deg);
}

/* franchisy with us css*/

.franban {
  /* background: linear-gradient(133.85deg, #FFC993 14.84%, #B58B41 124.3%); */
  background-color: rgba(252, 239, 231, 1);
  /* padding: 7% 3%; */
  pointer-events: all;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}

.franban .fran_content {
  text-align: center;
  width: 58%;
  height: auto;
  margin: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30%;
}


.franban .fran_content h2 {
  font-family: "didot";

  font-weight: 400;

  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #B58B41;
}

.franban .fran_content p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 2%;
  text-align: center;
  color: #B58B41;
  margin: 30px 0;
}


.franban .fran_content button {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0%;
  text-transform: unset;
  text-decoration: none;
  color: white;
  background-color: #B58B41;
  padding: 15px 50px;
  border: none;
}

.fransec2 {
  pointer-events: all;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 241, 225, 1);
  padding: 5% 0 0;
}

.fransec2 h2 {
  font-family: "didot";
  font-weight: bold;

  font-size: 1.438rem;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #B58B41;

}

.fransec2 h2:first-child {
  font-size: 2.5rem;
  line-height: 60px;
    font-weight: 400;
}

.fransec2 .h-50 {
  width: 80%;
  text-align: center;
  margin: auto;
}


.fransec2 .why_cards {
  margin: 3% 0 0;
  width: 25%;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}


.fransec2 .why_cards .h-50 h2 {
  margin: 50% 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

/* .fransec2 .why_cards .overlay{
display: none;
transition: all 0.5s ease;
width: 100%;
} */


.fransec2 .why_cards .overlay h2,
.fransec2 .why_cards .overlay p {
  opacity: 0;
  transform: translateY(20px);
}


.fransec2 .why_cards .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  opacity: 0;

}


.fransec2 .why_cards .overlay img {
  width: 100%;
  height: auto;
}

.fransec2 .why_cards:hover .overlay {
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
}


.fransec2 .why_cards:hover .overlay h2 {
  font-family: "didot";
  font-weight: 400;

  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 54%;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;

}

.fransec2 .why_cards:hover .overlay p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 2%;
  text-align: center;
  text-transform: capitalize;
  color: white;
  position: absolute;
  bottom: 20%;
  padding: 0 20px;
  transition: all 0.5s ease;

}


.fransec3 {
  pointer-events: all;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 241, 225, 1);
}

.fransec3 img {
  width: 100%;
  height: auto;
}


.fransec3 .row.pos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: 60%;
}

.fransec3 .row.pos .benf1 h2 {
  font-family: "didot";
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  margin: 20px 0;
}

.benf1 .sub_anim {
  height: 80px;
  overflow: hidden;
}

.fransec3 .row.pos .benf1 p {
  font-family: "didot";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}

.fransec3 .row.pos .benf1 {
  width: 50%;
  padding: 30px;
}

.fransec3 .row.pos .sidesecanime .benf2 {
  background-color: white;
  padding: 30px;
  width: 100%;
  height: 90%;
}

.fransec3 .row.pos .sidesecanime {
  width: 50%;
}

.fransec3 .row.pos .sidesecanime .benf2 {
  margin-bottom: 10%;
}

.fransec3 .row.pos .benf2 .row {
  justify-content: space-between;
}


.fransec3 .row.pos .benf2 .row p {
  font-family: "didot";
  font-weight: 400;

  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;

}

.fransec3 .row.pos .benf2 .row span {
  background-color: #B58B41;
  height: 50px;
  width: 50px;
  margin-top: -30px;
  margin-right: -30px;
}

.fransec3 .row.pos .benf2 h2 {
  font-family: "didot";
  margin: 20px 0;
  font-weight: 300;

  font-size: 1.5rem;
  line-height: 45px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #146552;
}


.fransec3 .row.pos .benf2 p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  color: #000;
}

.fransec3 button.same_anch1 {
  color: white;
  background-color: transparent;
  border: none;
  font-family: "montserrat";
  text-transform: uppercase;
  border-bottom: 1px solid white;
  position: relative;
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  bottom: -5%;
}

.fransec3 .blogsec2 button.same_anch1 {
  padding: 10px 45px !important;
  height: 40px !important;
  position: absolute;
  bottom: 20px;
}

.fransec3 button.same_anch1 p {
  position: relative;
  z-index: 9;
  color: white !important;
  font-family: "paraItalic", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
}

.fransec3 button.same_anch1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white;
  transition: all ease 0.3s;
}

.fransec3 button.same_anch1:hover:after {
  height: 100%;
}

.fransec3 button.same_anch1:hover p {
  color: #000 !important;
}


.fransec3 .benf2 button.same_anch1 {
  color: #146552;
  background-color: transparent;
  border: none;
  font-family: "montserrat";
  text-transform: uppercase;
  border-bottom: 1px solid #146552;
  position: absolute;
  pointer-events: all;
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  bottom: 10%;
}

.fransec3 .benf2 .blogsec2 button.same_anch1 {
  padding: 10px 45px !important;
  height: 40px !important;
  position: absolute;
  bottom: 20px;
}

.fransec3 .benf2 button.same_anch1 p {
  position: relative;
  z-index: 9;
  color: #146552 !important;
  font-family: "montserrat";
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
}

.fransec3 .benf2 button.same_anch1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #146552;
  transition: all ease 0.3s;
}

.fransec3 .benf2 button.same_anch1:hover:after {
  height: 100%;
}

.fransec3 .benf2 button.same_anch1:hover p {
  color: #fff !important;
}



.fransec4 {
  pointer-events: all;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 241, 225, 1);
  margin-top: -4px;
}

.fransec4 .row .become_con {
  background-color: rgba(255, 241, 225, 1);

}

.fransec4 .row .become_con p:first-child {
  font-family: "didot";
  font-weight: 400;
  font-size: 1rem;
  line-height: 128%;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
  color: #000;
}

.fransec4 .row .become_con h2 {
  font-family: "didot";
  font-weight: 300;

  font-size: 2.5rem;
  line-height: 139%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
  margin: 30px 0 50px;
}

.fransec4 .row .become_con h4 {
  font-family: "didot";
  font-weight: 300;

  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000;
  margin-left: 10%;
  position: relative;
}

.fransec4 .row .become_con h4::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: -10%;
  width: 65px;
  height: 1px;
  background-color: #000;
}


.fransec4 .row .become_con p.demos {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 2%;
  color: #000;
  margin: 30px 0 10%;
}


.fransec4 .row .become_con button {
  background-color: #146552;
  color: white;
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
}

.fransec4 .row .becomeimg img {
  width: 100%;
  height: 100vh;
}

.fransec4 .row .becomeimg {
  width: 40%;
}

.fransec4 .row .become_con {
  width: 60%;
  padding: 5%;
}


.francsec5 {
  pointer-events: all;
  overflow: hidden;
  position: relative;
  background-color: #fff5ea;
  margin-top: -4px;

  padding: 30px 5%;
}

.francsec5 .francesec5_sub {
  background-color: white;
  padding: 5% 30px;
}

.francsec5 h2 {
  font-family: "didot";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.francsec5 p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  color: #B58B41;
}

section.francsec5.landing-page#pre_order select {
    width: 50%;
    font-family: "montserrat";
    font-weight: 300;
    font-size: 1rem;
    line-height: 25px;
    letter-spacing: -3%;
    text-align: left;
    padding: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(144, 144, 144, 1);
    color: #146552;
    text-transform: none !important;
    border-radius: unset;
  outline: none;
}

.francsec5 form input {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: -3%;
  text-align: left;
  padding: 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(144, 144, 144, 1);
  color: #146552;
  text-transform: none !important;
  outline: none;
}
.error
{
  display: block!important;
  margin-top: 10px;
}
.francsec5 form .form-content
{
width: 50%;
}

.francsec5 form input::placeholder {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: -3%;
  text-align: left;
  /* padding: 10px; */
  /* width: 50%; */
  color: #146552;

}

.francsec5 form .input_field input {
  width: 100%;
}


.francsec5 form button {
  font-family: "montserrat";
  font-weight: 400;

  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  background-color: #146552;
  padding: 10px 10%;
  border: none;
}

.francsec5 .row {
  margin: 50px 0;
  gap: 50px;
}

/* franchise with us css end */



/* supply css */

.sup_ban {
  /* background:url('../imgs/supplier-jwellery.jpg'); */
  /* padding: 7% 3%; */
  position: relative;
  pointer-events: all;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;

}

.sup_ban img{
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.sup_ban .supban_content {
  position: absolute;
  top: unset;
  bottom:50px;
  left: 0;
  right: 0;
  margin: auto;
  height:auto;
  width: 50%;
  text-align: center;
}

.sup_ban .supban_content h2 {
  font-family: "didot";
  font-weight: 400;

  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.sup_ban .supban_content p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 2%;
  text-align: center;
  color: white;
  margin: 30px 0 10%;
}

.sup_ban .supban_content a.same_anch {
  height: 100%;
  color: white;
  background-color: transparent;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid white;
  position: relative;
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
}

.sup_ban .supban_content a.same_anch {
  padding: 10px 45px !important;
  height: 40px !important;
  /* position: absolute;
  bottom: 20px; */
}

.sup_ban .supban_content a.same_anch p {
  position: relative;
  z-index: 9;
  color: white !important;
  font-family: "montserrat";
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  margin: auto;
}

.sup_ban .supban_content a.same_anch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white;
  transition: all ease 0.3s;
}

.sup_ban .supban_content a.same_anch:hover:after {
  height: 100%;
}

.sup_ban .supban_content a.same_anch:hover p {
  color: #000 !important;
}


.sup_ban .supban_content button.same_anch {
  height: 100%;
  color: white;
  background-color: transparent;
  border: none;
  /* font-family: paraItalic; */
  text-transform: uppercase;
  border-bottom: 1px solid white;
  position: relative;
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
}

.sup_ban .supban_content button.same_anch {
  padding: 10px 45px !important;
  height: 40px !important;
  /* position: absolute;
  bottom: 20px; */
}

.sup_ban .supban_content button.same_anch p {
  position: relative;
  z-index: 9;
  color: white !important;
  font-family: "montserrat";
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  margin: auto;
}

.sup_ban .supban_content button.same_anch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: white;
  transition: all ease 0.3s;
}

.sup_ban .supban_content button.same_anch:hover:after {
  height: 100%;
}

.sup_ban .supban_content button.same_anch:hover p {
  color: #000 !important;
}

/* supply css end */


/* authenticity  css*/
.authsec2 {
  position: relative;
  pointer-events: all;
  overflow: hidden;
  background-color: white;
  /* padding: 5% 0 0; */
  padding: 0;
  padding-top: 80px;
}

.authsec2 h2 {
  font-family: "didot";
  font-weight: 400;

  font-size: 2.5rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B58B41;
}

.authsec2 h5 {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  margin: 15px 0;
  color: #B58B41;
}

.authsec2 a {
  display: flex;
  justify-content: center;
  gap: 5px;
  color: white;
  font-family: "montserrat";
  font-weight: 400;

  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  background-color: #146552;
  padding: 15px;
  width: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5% 0;
}

.authsec2 .row {
  align-items: center;
}

.authsec2 .authecol1 {
  width:45%;

}

.authsec2 .authecol1 img {
  width: 100%;
  height: auto;
}

.authsec2 .authcol2 {
  width: 55%;
  padding: 0 4%;
  /* display: flex;
  padding: 5% 3%;
  flex-direction: column;
  justify-content: space-between; */
}

/* authenticity  css end*/

/* faq css */
.faqsec {
  position: relative;
  pointer-events: all;
  overflow: hidden;
  background-color: #fff5ea;
  padding: 10% 0 5%;
}

.faqsec .faq_clmns1 {
  background-color: white;
  padding: 30px;
  width: 20%;
}

.faqsec .faq_clmns1 p {
  font-family: "didot";
  font-weight: 400;

  font-size: 18px20.46px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #146552;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(216, 216, 216, 1);
}

.faqsec .row {
  gap: 30px;
  align-items: start;
}

.faqsec .faq_clmns1 h2 {
  font-family: "didot";
  font-weight: 400;

  font-size: 2.5rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
}

.faq_clmns2 {

  width: 75%;
}


.faqsec .container .accordion-wrapper {
  padding: 0 20px;
}

.faqsec .container .accordion {
  margin-bottom: 20px;
  cursor: pointer;
}

.faqsec .container .accordion.active .accordion-heading {
  background: #fff;
  color: #fff;
  padding: 0 20px;

}

.faqsec .container .accordion.active .accordion-heading i {
  color: #fff;
  transform: rotate(180deg);
  transition: transform 0.2s 0.1s;
}

.faqsec .container .accordion.active .accordion-content {
  display: block;

}

.faqsec .container .accordion-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  /* border: 2px solid #333; */
  padding: 15px 20px;
}

.faqsec .container .accordion-heading h3 {
    font-family: "montserrat";
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    /* text-transform: uppercase; */
    color: #000;
}

.faqsec .container .accordion-content {
  padding: 15px 20px;
  /* border: 2px solid #333;
  font-size: 1rem; */
  background: transparent;
  border-top: 0;
  display: none;
  animation: fanimate 0.2s linear backwards;
  line-height: 2;
  transform-origin: top;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
}


.faqsec .accordion-heading:after {
  content: '+';
  color: #B58B41;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 1.563rem;
  font-weight: 700;
}

.faqsec .accordion.active .accordion-heading:after {
  content: "-";
  font-size: 2.5rem;
  font-weight: 400;
}

@keyframes fanimate {
  0% {
    transform: scaleY(1);
  }
}

.container .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding: 0 20px;
  /* Keep padding minimal when closed */
}

.container .accordion.active .accordion-content {
  padding: 10px 10px;
}




/* faq css end */



.swiper-button-prev,
.swiper-button-next {
  display: none;
}




.modal_ourstore {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.5s ease-in-out;
  pointer-events: all;
  /* overflow: hidden; */
}

/* Modal Content/Box */
.modal_ourstore .modal-content {
  background-color: #fefefe;
  margin: 5% 0 5% auto;
  /* padding: 20px; */
  border: 1px solid #888;
  width: 80%;
  animation: slideLeft 0.8s ease-in-out;
}

/* Close Button */
.modal_ourstore .close {
  color: #aaa;
  float: left;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 0 20px;
}

.modal_ourstore .close:hover,
.modal_ourstore .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Slide in animation */
@keyframes slideIn {
  from {
    transform: translateY(-50px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50px);
  }
}



@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.storesec1 button {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.modal_ourstore h4 {
  font-family: "didot";
  font-weight: 300;

  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(2, 49, 31, 1);
}

.modal_ourstore .stores {
  padding: 50px 50px 50px 30px;
}

.modal_ourstore .stores p {
  font-family: "didot";
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #B58B41;
  width: 70%;
}

.modal_ourstore .stores a {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #B58B41;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #B58B41;
  padding: 10px;
  float: right;
  /* margin-left: 20%; */
}

.modal_ourstore .map_img,
.modal_ourstore .stores {
  width: 50%;
}

.modal_ourstore .map_img img {
  width: 100%;
  height: auto;
}

.colms {
  padding: 30px 0;
}

.colms .row {
  align-items: start;
  gap: 10px;
}

.hideshow_btn {
  /* display: none; */
  background: rgba(20, 20, 20, 0.48);

  position: absolute;
  bottom: 25px;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hideshow_btn button {
  color: white;
  background-color: transparent;
  /* border-bottom: 1px solid white; */
  padding-bottom: 20px;
  /* width: 30%; */
  font-family: "montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.storesec1 .img_clmn:hover .hideshow_btn {
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;

}











.fransec4 .d-none {
  display: none;
}






.desk_show {
  display: block;
}

.mob_show {
  display: none;
}

/* @media (max-width: 480px) { */
#featuresec {
  display: flex;
  gap: 20px;
}

.swiper-wrapper {
  flex-wrap: nowrap;
}

.swiper-slide {
  flex-shrink: 0;
}

/* } */


/* ===================================================================================================================================== */
/* ===================================================================================================================================== */
/* ===================================================================================================================================== */
/* ===================================================================================================================================== */
/* ===================================================================================================================================== */
/* ===================================================================================================================================== */
/* ===================================================================================================================================== */





section.authsec2.diamond-tilak .authecol1 {
    width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
  .loader-img {
    width: 90vw;
    height: 100vw;
  }
section.francsec5.landing-page#pre_order select {
    width: 100%;
    margin-right: 0px;
}
  #page7 {
    height: 50vh;
  }
  .section7.h-100{
    height: 100vh !important;
  }

  #loading-count {
    font-size: 1.5rem;
    right: 30px;
    bottom: 15%;
  }

  .loader-img img {
    width: 70%;
    height: 80%;
    margin: auto;
    left: 0;
    right: 0;
  }

  nav {
    padding: 0 20px;
    height: 50px;
  }




  .text p {
    font-size: 0.75rem;
  }

  nav img.sgl-log {
    /* display: none; */
    width: 12%;
  }

  nav .menu {
    cursor: pointer;
    /* margin-left: auto; */
    width: 10%;
    height: auto;
  }

  nav .white-logo,
  nav .logo {
    width: 30%;
    height: auto;
  }

  .navigation-content {
    padding: 50px 10px;
    height: auto;
  }

  .parts1.d-none {
    display: block;
  }

  .main-nav {
    flex-wrap: wrap;
    height: auto;
    display: none;
  }

  .parts1 {
    padding: 0;
    width: auto;
    margin: auto;
    border-right: none;
  }

  .parts2 {
    width: 40%;
    padding-right: 0 !important;
    display: none;
    border-right: none;

  }

  .parts3 {
    display: none;
    width: 100%;
    border-left: none;
  }

  .parts2 img {
    width: 100%;
    height: 100%;
  }

  .parts2 .over {
    display: none;
  }

  .parts1 h3 i {
    font-size: 1rem;
  }

  .sub-nav {
   padding: 50px 10px;
        gap: 20px 0px;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    /* justify-content: center; */
    text-align: center;
    /* border-bottom: 1px solid #888; */
  }

  .sub-nav a,
  .sub-nav button {
    font-size: 1rem !important;
    line-height: 25px;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
.sub-nav button.active{
  margin-bottom: 5px;
}
  .parts1 h3 {
    margin-bottom: 10px;
    align-items: baseline;
    height: auto;
  }

  .parts1 h3 a {
    font-size: 1rem;
    line-height: 20px;
  }

  .parts3 .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 1.5rem;
  }

  .parts3 .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 1.5rem;
  }

  a p,
  a.nav-btn p {
    font-size: 0.813rem;
    line-height: 25px;
  }

  .page1-bottom {
    top: 100%;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .page1-content {
    top: 0% !important;
    bottom: 0%;
    height: 100%;
    width: 90%;
  }
  .new_ban .page1-content {
    top: 10% !important;
    
   }
section#page1.our-story .text-container {
    height: 90vh;
}
.new_ban.our-story.franchise-us .text-container {
    height: 60vh !important;
}


  .container-btn i {
    font-size: 0.813rem;
  }

  .info-card {
    transform: none;
    gap: 0;
    height: auto;
    justify-content: center;
    top: auto;
    bottom: 10%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .info-card img {
    display: none;
  }

  .card-sm:hover .info-card,
  .card-lg:hover .info-card {
    transform: none;
  }

  .info-card .line {
    height: 0%;
  }

  .card-bottom {
    margin-top: 0 !important;
    margin-right: 0px !important;
  }

  .slider-loader {
    margin-top: 0;
  }

  .card-lg {
    height: 55%;
  }

  .card-lg:nth-child(3) {
    display: none;
  }

  .page1-bottom .swiper-button-prev:after,
  .page1-bottom .swiper-rtl .swiper-button-next:after,
  .page1-bottom .swiper-button-next:after,
  .page1-bottom .swiper-rtl .swiper-button-prev:after {
    display: none;
  }

  .page1-bottom .swiper-button-prev,
  .page1-bottom .swiper-button-next {
    display: none;
    bottom: 20%;
    top: auto;
  }

  .page1-bottom .swiper-button-prev img,
  .page1-bottom .swiper-button-next img {
    width: 100%;
    height: auto;
  }

  .page1-bottom .swiper-button-prev {
    left: 30%;
  }

  .page1-bottom .swiper-button-next {
    right: 30%;
  }

  #page7 .page7-overlay {
    gap: 5px;
    justify-content: center;
  }

  #page7 .page7-overlay .shade {
    width: 80%;
    margin: 0 auto;
  }

  #page7 .page7-overlay a {
    width: 60%;
    padding: 0 0;
    margin: 0 auto;
  }

  .page7-title {
    height: 25px;
  }

  .page2 .page7-overlay h5 {

    margin-bottom: 20px;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .section2 .sec2-title {
    height: 25px;

  }

  .section7 p.hstore_p {
    font-size: 1rem;
    line-height: 30px;
  }

  .page7-overlay h4 {
    font-size: 0.813rem;
  }
.page7-overlay .shade h2{
    font-size: 1.5rem;
}
  #page7 .page7-title h4 {
    font-size: 1.563rem;
    line-height: 30px;
  }
  #page8 a p{
    font-size: 0.8rem;
  }
.page7-overlay .shade h2{
  width: 100%;
}
  .page7-overlay a,
  .overlay3 a,
  .swiper6-over button {
    height: 35px;
  }

  .page7-overlay a p {
    font-size: 0.813rem;
  }

  .overlay3 {
    gap: 0;
  }

  .slide3-title {
    height: auto;
  }

  .overlay3 h4 {
    font-size: 1.563rem;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .overlay3 a p {
    font-size: 1rem;
    line-height: 22px;
  }

  .page4-top {
    text-align: center;
    padding: 0 10px;
    position: unset;

  }

  .page4-title {
    height: 40px;
  }

  .page4-title.mb-3 {
    height: 70px;
  }

  /* .page4-title:last-child {
    height: 40px;
  } */

  #page4 {
    /* background-color: black; */
    height: auto;
    padding: 30px 0;
  }

  #page4 p {
    font-size: 1rem;
    line-height: 28px;
  }

  #page4 h4,
  #page4 h5 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  #page4 .sub_des {
    flex-wrap: wrap;
    top: 65%;
    position: unset;
    /* margin-top: 30px; */
    width: 100%;
  }

  #page4 .sub_des .cols {
    width: 50%;
    height: auto;
    /* margin-bottom: 10%; */
  }

  #page4 .sub_des .cols img {
    width: 60%;
    height: auto;
  }

  .promise_bg {
    display: none;
  }

  #page4 .sub_des .cols:nth-child(2),
  #page4 .sub_des .cols:nth-child(4) {
    margin-top: 0;
  }

  #page5,
  #page6 {
    background-color: #ffeedc;
  }

  #page6 {
    padding-top: 10%;
  }

  #page5 .swiper-container5 .swiper-slide {
    width: 100% !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  #page5 .slide-wrapper5 {
    flex-direction: unset;
    height: 75vh;
  }

  .page5-top {
    padding: 20px 20px 0;
    text-align: center;
  }

  .page5-title {
    height: 55px;
  }

  .page5-top h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page5-top h5 {
    margin-bottom: 0px;
    font-size: 1.563rem;

  }

  .swiper-container5 .overlay-swiper5 {
    opacity: 1;
  }

  .overlay-swiper5 .marqee {
    padding: 10px 0;
  }

  .marqee h5 {
    font-size: 1rem;
  }

  .page6-top p {
    font-size: 1rem;
    line-height: 30px;
  }

  .page6-top h4 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .swiper6-over {
    opacity: 1;
  }

  .swiper-container6 {
    height: auto;
  }

  .swiper6-over h4 {
    font-size: 1rem;
    line-height: 25px;
  }

  .swiper6-over div {
    transform: translateY(0px);
  }

  .text1 {
    top: 0;
    /* bottom: 35%; */
    height: auto;
  }

  #collsec2 {
    height: 20px;
    width: 85%;
  }

  .total_coll p,
  .coll_sec2 h2 {
    font-size: 1rem;
    line-height: 28px;
  }

  .text1 h2 {
    font-size: 1.5rem;
    margin: auto;
    width: 100%;
  }
 

  .left-cont.main_pagecont .title-container {
    height: auto;
  }
.left-cont.main_pagecont .text1 h2{
  line-height: 35px !important;
          /* line-height: 25px !important;
        margin-bottom: 10px; */
}
  .text-container {
    flex-wrap: wrap;
    height: 40vh;
  }

  .title-container {
    width: 100% !important;
    height: 40vh !important;
  }

  .left-cont.main_pagecont .text1 p {
    font-size: 1rem;
    line-height: 22px;
  }

  .row_justify {
    flex-wrap: wrap;
  }

  .row_justify .colle_imgs,
  .all_coll.w-30,
  .infit_col {
    width: 50%;
    padding: 0;
  }

  .row_justify .colle_imgs img.colle_img {
    width: 100%;
    height: auto;
  }

  .overlay3.infinite_Sec .slide3-title1 h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .infit_col img {
    width: 100%;
    height: 80vh;
  }

  .colle_imgs h4 {
    font-size: 0.813rem;
    line-height: 23px;
    width: 90%;
    text-align: center;
  }

  .sec3 {
    display: none;
  }

  .blogsec1 {
    padding: 20% 0 5%
  }

  .ban_content{
    display: none;
  }
  .ban_content.blog_details{
    display: block;
  }

  .container {
    margin: 0 15px;
  }

  .blogsec1 .row {
    flex-wrap: wrap;
    text-align: center;
  }

  .blogsec1 .row h2,
  .blogsec1 .row p {
    width: 100%;
  }

  .blogsec1 .row h2 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .blogsec1 .row p {
    font-size: 0.813rem;
    line-height: 23px;
  }

  .ban_content .we_celeb {
    width: 95%;
    position: unset;
    padding-top: 10%;
  }

  .ban_content .we_celeb h2 {
    font-size: 1.063rem;
    line-height: 27px;
    padding-bottom: 0%;
  }

  .ban_content .we_celeb_content {
    height: auto;
  }

  .ban_content .we_celeb a {
    font-size: 1rem;
    padding: 5px 20px;
  }

  .blogsec2 {
    padding: 0% 0 5%;
  }

  .blogsec2 .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 10%;
  }

  .blogsec2 .row .side_content,
  .blogsec2 .row .side_img {
    width: 100%;
    text-align: center;
  }

  .blogsec2 .row h2 {
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
  }

  .blogsec2 .row p {
    font-size: 1rem;
    line-height: 25px;
  }

  .blogsec2 a.same_anch:hover:after {
    height: 45px;
  }

  .blogsec2 a.same_anch {
    position: unset;
    margin-top: 30px;
  }
  .why_choose{
         padding-bottom: 0;
        padding-top: 40%;
        background: #01040B;
  }
    .why_choose.dubai_w{
               background: #B9E5E8;
    }
  .why_choose .whychoose_content{
    /* position: unset; */
    height: 90%;
  }
.why_choose h2{
  /* position: absolute;
    top: 5px; */
    font-size: 20px;
    line-height: 30px;
    left: 0;
    width: 100%;
}
.why_choose .whychoose_content .colmn{
  width: 100%;
}
.why_choose .whychoose_content .colmn .row{
  flex-wrap: nowrap;
}
.why_choose h4{
  font-size: 18px;
    line-height: 30px;
}
.why_choose p{
      font-size: 0.9rem;
    line-height: 20px;
}

  .mediaPR .m_img {
    height: auto;
  }

  .mediasec2 .buttons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .mediasec2 .buttons button {
    padding: 10px 25px;
    font-size: 0.813rem;
    line-height: 20px;
  }

  .mediasec2 .media-item {

    width: 40%;
    height: auto;
  }

  .franban {
    height: 60vh;
  }

  .franban .fran_content {
    width: 90%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .franban .fran_content h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .franban .fran_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .franban .fran_content a {
    font-size: 1rem;
    line-height: 25px;
    padding: 15px;
  }

  .fransec2 h2,
  .fransec2 .why_cards:hover .overlay h2 {
    font-size: 1.2rem;
    line-height: 30px;
    margin: 10px 0;
  }

  .fransec2 h2:first-child {
    font-size: 1.063rem;
    line-height: 25px;
  }

  .franban .fran_content button {
    padding: 5px 20px;
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec3 .benf2 button.same_anch1 {
    text-align: center;
    margin: auto;
    display: block;
            left: 0;
        right: 0;
        width: 75%;
  }

  .row {
    flex-wrap: wrap;
  }

  .fransec2 .why_cards {
    width: 100%;
  }

  .fransec2 .why_cards .overlay {
    transform: unset !important;
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay img {
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay h2,
  .fransec2 .why_cards .overlay p {
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay h2 {
    position: absolute;
    top: 30%;
    bottom: 0;

  }

  .fransec2 .why_cards .overlay p {
    position: absolute;
    top: 50%;
    padding: 30px;
    font-size: 1rem;
    line-height: 20px;
  }

  /* .fransec2 .why_cards .overlay h2{
  transform: translateY(-150px) !important;
}
.fransec2 .why_cards .overlay p{
  transform: translateY(-100px) !important;
  width: 70%;

} */
  .fransec2 .why_cards .overlay p,
  .fransec2 .why_cards .overlay h2 {
    color: white;
  }

  .fransec3 .row.pos .benf1,
  .fransec3 .row.pos .sidesecanime {
    width: 100%;
  }

  .storesec1 {
    padding: 10% 0 5%;
  }

  .storesec1 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .storesec1 .row .img_clmn {
    width: 48%;
     margin-top: 10%;
  }

  .storesec1 .row {
    gap: 10px;
     margin: 0 0 15%;
  }

  .storesec1 .row .img_clmn p {
    font-size: 1rem;
    line-height: 40px;
  }

  .storesec1 .row .img_clmn:nth-child(1),
  .storesec1 .row .img_clmn:nth-child(2),
  .storesec1 .row .img_clmn:nth-child(3) {
    margin-top: 10%;
  }

  .storesec1 button{
    height: 100%;
  }
  .storesec1 .row .img_clmn p img {
    width: 6%;
    height: auto;
  }

  .left-sec8,
  .right-sec8 {
    width: 100%;
  }

  #page8 {
    flex-wrap: wrap;
    height: auto;
  }

  .swiper-container6 .mySwiper {
    display: block !important;
  }

  .swiper-container6 .swiper-wrapper {
    display: block !important;
    transform: none !important;
  }

  .swiper-container6 .swiper-slide {
    width: 100% !important;
  }

  .desk_show {
    display: none !important;
  }

  .mob_show {
    display: block !important;
  }

  .new_ban #page1-content1 {
    bottom: 0% !important;
    width: 90%;
  }
   .new_ban.our-story #page1-content1{
    height: 100vh !important;
   }
   .new_ban.our-story.franchise-us #page1-content1{
    height: 80vh !important;
   }
  .new_ban .text1 {
    top: 0;
    bottom: 0%;
    display: block;
    /* justify-content: end; */
  }

  .new_ban .text-container {
    /* flex-wrap: wrap; */
    height: 30vh;
    /* gap: 30px;
justify-content: left; */
  }

  .new_ban.our-story .text1{
            top: auto;
  }

  .new_ban .left-cont {
    width: 100%;
  }

  .left-cont {
    width: 100%;
  }

  .right-cont {
    width: 20%;
    bottom: 5%;
    top: auto;
  }

  .container-btn {
    width: 70px;
  }

  section#page1.our-story .text-container .text1 h2{
    font-size: 2rem;
    width: 100% !important;
  }

  .new_ban .text1 h2 {
    font-size: 1.6rem;
    line-height: 30px;
    margin: 0;
  }

  .new_ban .title-container {
    height: auto;
  }
.new_ban.our-story .title-container{
height: 30%;
}
.new_ban.our-story .title-container.w-90 {
    width: 100% !important;
}
  .enternal_erring .row_justify .colle_imgs {
    padding: 5%;
  }

  .text1 p {
            font-size: 0.9rem !important;
    line-height: 22px;
  }

  .title-container.w-90 .text1 p{
    padding: 0;
  }
section#page1.our-story .text-container .text1 p, section#page1.our-story .text-container .text1 h2 {
    padding: 0px !important;
    text-align: center;
    line-height: 35px;
}
  .coll_sec2 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .coll_sec2.animate {
    padding-top: 5%;
  }

  .coll_sec2.animate #collsec2 {
    margin-bottom: 10px;
  }

  section#coll_sec4 {
    display: none;
  }

  .all_coll.w-30 {
    width: 100%;
    display: flex;
  }

  .enternal_erring .row_justify .colle_imgs {
    width: 50%;
  }

  #enternal_err .infit_col {
    width: 100%;
  }

  .learn_more {
    width: auto;
    margin-left: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .learn_more a {
    height: 35px;
  }

  .all_details {
    flex-wrap: wrap;
  }

  .all_details.prod_sec1 {
    top: 0;
  }

  .all_details .slider-container_pro_details,
  .price_details {
    width: 100% !important;
  }

  .all_details .slider-container_pro_details {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .all_details .main-slider {
    width: 100% !important;
    height: 100vh !important;
  }

  .all_details .thumbnail_container_pro_details .swiper-slide {
    height: 100% !important;
    width: 20%;
    opacity: 1;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 20px;

  }

  .all_details .thumbnail_container_pro_details {
    width: 100%;
    height: 10%;
  }

  .all_details .thumbnail_container_pro_details {

    position: absolute;
    bottom: 55%;
    z-index: 2;
  }

  .all_details.prod_sec1 h2.prod_heading {
    font-size: 1.563rem;
    line-height: 40px;
  }

  .all_details.prod_sec1 .price_details .price_des h3 {
    font-size: 1rem;
    line-height: 30px;
  }

  .all_details.prod_sec1 .price_details .price_des p {
    font-size: 1rem;
    line-height: 25px;
  }

  .price_details .h-80 div {
    height: auto !important;
  }

  .coll_sec2.animate.mt-50 {
    margin: 0;
  }

  .retail_ban {
    padding: 50px 0 0;
  }

  .retail_ban h2,
  .retail_ban.malaysia h2 {
    bottom: -30px;
    font-size: 1.5rem;
    line-height: 44px;
  }

  .malaysec2 .maly_logo,
  .malaysec2 .maly_content {
    padding-right: 0%;
  }

  .spainsec2 .estas {
    width: 100%;
    bottom: 18%;
  }

  .spainsec2 img.spainimg1 {
    top: 43%;
    width: 50%;
  }

  .spainsec2 .sub_anim,
  .secrow2 .sub_anim {
          height: 25px;
        padding: 0;
  }

  .spainsec2 img.spainimg2 {
    right: 5%;
    top: 50%;
    width: 35%;
  }

  .spainsec2 h2 {
    font-size: 1.2rem;
    line-height: 15px;
  }

  .spainsec2 p {
    font-size: 1rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .malaysec2 .maly_logo,
  .malaysec2 .maly_content {
    width: 100%;
  }

  .malaysec2 .maly_content h2 {
    font-size: 1rem;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .malaysec2 .maly_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .recon,
  .despues,
  .spainsec2 .estas {
    text-align: center;
  }

  .estas {
    padding: 0 20px;
  }

  .spainsec3 .chocrondiv,
  .spainsec3 .elcorte {
    width: 100%;
  }

  .spainsec3 .chocrondiv .row,
  .spainsec3 .elcorte .row {
    flex-wrap: nowrap;
    align-items: start;
  }

  .spainsec3 .chocrondiv .row img,
  .spainsec3 .elcorte .row img {
    width: 7%;
    height: auto;
  }

  .spainsec3 h2 {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .spainsec3 .elcorte h2 {
    font-size: 1rem;
    line-height: 25px;
    margin-top: 10px;
    text-align: left;
  }

  .spainsec3 .chocrondiv h2 {
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;

  }

  #footer-space {
    height: 100vh;
  }

  footer {
    padding: 0 5px;
    /* height: 90vh; */
    height: 95vh;
    justify-content: start;
  }

  .ft-right {
    display: none;
  }

  .social {
    /* display: none; */
    font-size: 1.2rem;
    filter: invert(0) !important;
            gap: 10px;
  }

  .social a{
    color: #000 !important;
  }

 /* .nav-white .social a{
    color: #e0e0e0 !important;
  } */

footer .social{
  display: inline;
  float: right;
}

nav#nav1 .social{
   gap: 10px !important;
}

  .ft-bottom h4 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 25px;
    text-transform: uppercase;
  }

  .ft-left {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 20px 0;
    padding: 0 10px;
  }

  .ft-left .elem {
    width: 48%;
  }

  .ft-bottom {
    margin-top: 0;
  }

  .ft-top img {
    width: 30%;
    top: 40%;
  }
  .ft-top .social img.sgl-log.no_filter {
    display: flex;
    align-items: center;
    float: right;
    margin-top: 30px;
    width: 70%;
}

.ft-top{
  padding-bottom: 0px;
      padding: 20px 0;
}
  .ft-bottom a,
  .ft-bottom p {
    font-size: 0.813rem;
    line-height: 23px;
    margin: 5px 0;
    font-weight: 600;
    text-transform: capitalize;
  }

  .ft-left .elem:last-child {
    width: 100%;
    /* text-align: center; */
  }

  /* .ft-left .elem:last-child a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  } */

  #aboutsec1 h1 {
    font-size: 1rem;
    line-height: 30px;
    padding-top: 15px;
  }

  #stuckdiv {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    position: unset !important;
  }

  /* #stuckdiv div:first-child{ */
  /* padding-top: 10%; */

  /* } */
  #aboutsec1 {
    margin-top: 50px;
    height: 135vh;
  }

  #aboutsec1 p {
    padding: 5% 15% 0;
    margin: auto;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
  }

  #about-img {
    width: 100% !important;
  }

  .besttag {
    height: auto !important;
  }

  .foundersec .row .foundercol,
  .foundersec .row .foundercolcontent {
    width: 100%;
  }

  #its_core .row {
    flex-wrap: wrap;
  }

  #its_core {
    margin-top: 0;
    padding-top: 20px;
  }

  #its_core .colm_1,
  #its_core .colm_2 {
    width: 100%;
  }
  #its_core .colm_1 img,
  #its_core img.img1,
  #its_core img.img2 {
    width: 100%;
    height: auto;
  }

  #its_core p {
    font-size: 1rem;
    line-height: 25px;
    margin: 20px 0;
  }
.vm_Sec .vm_content{
  position: unset;
}
.vm_Sec .vm_content .row .cols:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 95%;
    width: 80%;
}
.vm_Sec .vm_content .row .cols h2{
  font-size: 25px;
    line-height: 40px;
}
.vm_Sec .vm_content .row .cols {
    width: 100%;
    margin-bottom: 20px;
}
.vm_Sec .vm_content .row .cols p{
      margin-top: 5px;
}
.vm_Sec .vm_content .row{
  margin-top: 10%;
}

  .colm_2 h2 {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .content {
    flex-wrap: wrap;
  }

  .about_vision_sec .left,
  .about_vision_sec .right {
    width: 100%;
    height: auto;
  }

  .about_vision_sec .right {
    display: none;
  }

  .about-img-div {
    width: 100% !important;
    height: 100vh !important;
  }

  .fransec2 .why_cards .overlay {
    display: flex !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* adjust if needed */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .fransec2 .why_cards .overlay img,
  .fransec2 .why_cards .overlay h2,
  .fransec2 .why_cards .overlay p {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fransec2 .why_cards:hover .overlay {
    /* disable hover animation for mobile */
    transform: none !important;
  }

  .fransec4 {
    padding-top: 30px;
  }

  .fransec4 .row .becomeimg,
  .fransec4 .row .become_con {
    width: 100%;
  }

  .fransec4 .d-none {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .fransec4 .d-none h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    display: block !important;
  }

  .fransec4 .d-none p {
    display: block !important;
    text-align: center !important;
  }

  .fransec4 .row .becomeimg img {
    width: 100%;
    height: auto;
  }

  .fransec4 .row .become_con h2 {
    display: none;
  }

  .fransec4 .row .become_con p:first-child {
    display: none;

  }

  .fransec4 .row .become_con h4::before {
    display: none;
  }

  .fransec4 .row .become_con p.demos {
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec4 .row .become_con a {
    font-size: 0.813rem;
    line-height: 25px;
    padding: 10px 15px;
  }

  .fransec4 .row .become_con p.demos br {
    display: none;
  }

  .fransec4 .row .become_con h4 {
    font-size: 1rem;
    line-height: 30px;
    margin-left: 0;
  }

  .about_vision_sec .text-block:first-child {
    margin-top: 20%;
  }

  .about_vision_sec .text-block {
    /* min-height: auto; */
    min-height: 40vh;
  }

  .about_vision_sec .vision_content h2 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .about_vision_sec .vision_content p {
    font-size: 1rem;
    line-height: 23px;
  }

  .foundersec .row .foundercolcontent {
    padding: 20px;
  }

  .foundersec .row .content h2 {
    font-size: 1.563rem;
    line-height: 35px;

  }

  .foundersec .row .foundercolcontent p {
    font-size: 1rem;
    line-height: 25px;

  }

  .foundersec .row .foundercolcontent p:first-child {
    display: none;
  }

  .foundersec .row .foundercolcontent .row {
    margin: 5% 0;
  }

  .foundersec p.head_founder {
    font-family: "montserrat";
    font-weight: 400;
    letter-spacing: 0%;
    color: #146552;
    font-size: 1.5rem;
    line-height: 40px;
    padding: 50px 0;
    display: block !important;
    text-align: center;
    text-transform: uppercase;
  }

  .foundersec .same_anch {
    width: 50%;
  }

  .foundersec .row:last-child {
    flex-direction: column-reverse;
  }

  .about_blogs .blogscol {
    position: relative;
    height: auto;
  }

  .blogscol .imgcontent1 h4,
  .blogscol .imgcontent2 h4,
  .blogscol .imgcontent3 h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .blogscol .imgcontent1 p,
  .blogscol .imgcontent2 p,
  .blogscol .imgcontent3 p {
    width: auto;
    font-size: 1rem;
    line-height: 25px;
  }

  .blogscol .imgcontent1,
  .blogscol .imgcontent2,
  .blogscol .imgcontent3 {
    transform: translateY(0%);
    opacity: 1;
    width: 100%;
  }

  .sup_ban .supban_content {
    width: 85%;
    height: 55%;
  }

  .sup_ban .supban_content h2 {
    font-size: 1.438rem;
    line-height: 35px;
  }

  .sup_ban .supban_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .francsec5 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .francsec5 .francesec5_sub {
    text-align: center;
  }

  .francsec5 form input {
    width: 100%;
    font-size: 1rem;
    line-height: 24px;
  }

  .francsec5 .row {
    margin: 15px 0;
    gap: 15px;
  }

  .francsec5 form input::placeholder {
    font-size: 1rem;
    line-height: 24px;
  }

  .francsec5 form button {
    padding: 5px 10%;
  }

  .francsec5 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .francsec5 p {
    font-size: 1rem;
    line-height: 20px;
  }

  .about_blogs .page6-top div {
    height: 50px !important;
  }

  .about_blogs .row {
    margin-top: 0;
  }

  #page8 .diampage_sec {
    padding: 30px 15px;
  }

  #page8 .diampage_sec h4 {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .page8-title {
    height: 25px;
  }

  #page8 .diampage_sec a {
    width: auto !important;
    height: 35px;
  }

  .left-sec8 p {
    margin-top: 0;
  }

  .inspiration_content {
    height: auto;
  }

  .inspiration_content-wrapper {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0;
    height: auto;

  }

  .inspiration_content h2.dia-h {
    width: 85%;
    font-size: 1.5rem;
    line-height: 30px;
    margin: 20px 0;
  }

  .inspiration_image-text p {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .card_anime .diamcards {
    /* margin-top: -4px; */
    width: 100%;
      margin: 5px 20px;
  }


  p.inspire_bottom {
    font-size: 1rem;
    line-height: 23px;
    padding: 5%;
    margin: 0;
  }

  .diamond_fea .text-content h2 {
    font-size: 1.5rem;
    line-height: 60px;

  }

  .diamond_fea {
    height: auto;
  }

  .diamond_fea .text-content,
  .diamond_fea .image-section {
    width: 100%;
  }

  .diamond_fea .text-content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .diamond_fea .change_con {
    display: none;
  }

  .diamond_fea .image-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    gap: 35px;
    padding: 5%;
  }

  .diamond_fea .diamond-img {
    width: 50%;
    height: auto;
  }

  .diamond_fea .dots {
    display: inline-block;
    width: 70%;
  }

  .diamond_fea .sub_div {
    width: 100%;
    display: flex;
    margin: 0px 0 20px;
    align-items: center;
  }

  .diamond_fea .dots .sub_div::after {
    content: "";
    position: absolute;
    top: 30%;
    bottom: 0;
    right: 0%;
    left: 4px;
    width: 1%;
    height: 45px;
    background-color: rgba(190, 190, 190, 1);
    margin: 0px;
    transform: rotate(180deg);
  }

  .diamond_fea .dot,
  .diamond_fea .dot1,
  .diamond_fea .dot2 {
    margin: 0;
  }

  .diamond_fea .dots p {
    margin-left: 10px;
  }

  .diamond_fea.second_diasec .row,
  .diamond_fea.last_diasec .row {
    flex-direction: column-reverse;
  }

  .diamond_fea.last_diasec .diamond-img {
    width: 100%;
    height: auto;
  }

  .authsec2 {
    padding: 50px 0 0;
  }

  .authsec2 .authecol1,
  .authsec2 .authcol2 {
    width: 100%;
  }
  .authsec2 .authcol2{
            padding: 5%;
  }
  .authsec2 .authecol1 img {
    width: 100%;
    height: auto;
  }

  .authsec2 h2 {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .authsec2 h5 {
    font-size: 1rem;
    line-height: 25px;
  }

  .authsec2 a {
    width: auto;
    padding: 10px;
  }

  .authcol2 .row {
    gap: 10px;
  }

  .authcol2 .row img {
    width: 35%;
    height: auto;
  }

  .bdetailsec2 h2 {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .bdetailsec2 p,
  .bdetailsec2 ul li {
    font-size: 0.813rem;
    line-height: 24px;
  }

  .bdetailsec3 h2 {
    font-size: 1rem;
    line-height: 25px;
  }

  .bdetailsec3 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .bdetailsec3 ul li {
    font-size: 0.813rem;
    line-height: 25px;
  }

  .bdetailsec3 p:nth-child(2),
  .bdetailsec3 p:nth-child(3) {
    font-size: 13px !important;
    line-height: 27px !important;
  }

  .bdetailsec3 p:last-child {
    font-size: 1rem;
    line-height: 27px;
  }

  .bdetailsec2 h3 {
    font-size: 1.063rem;
    line-height: 30px;
  }

  .blogsec2 h3 {
    margin: 20px 0;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .spainsec3 .chocrondiv .row,
  .spainsec3 .elcorte .row {
    margin: 15px 0;
  }

  .spainsec4 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .spainsec4 .row .card a {
    font-size: 1rem;
    line-height: 25px;
  }

  .spainsec4 .row .card .row {
    align-items: start;
    flex-wrap: nowrap;
  }

  .spainsec4 .row .card .row img.show {
    width: 8%;
    height: auto;
  }

  .spainsec4 .row {
    gap: 10px;
  }

  .spainsec5 .row .last_left,
  .spainsec5 .row .last_right {
    width: 100%;
  }

  .spainsec5 .row .last_left .row img {
    width: 6%;
    height: auto;
  }


  .spainsec5 .row .last_left h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .spainsec5 .row .last_left p {
    font-size: 1rem;
    line-height: 22px;
  }

  .spainsec5 .row .last_left h4 {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 30px;
  }

  .spainsec5 .row .last_left .row {
    flex-wrap: nowrap;
    margin: 5px 0;
    gap: 10px;

  }

  .spainsec5 form input::placeholder {
    font-size: 1rem;
    line-height: 24px;
  }

  .spainsec3 .chocrondiv .row a {
    font-size: 1rem;
    line-height: 25px;
  }

  .input_field {
    margin-bottom: 10px;
  }

  .spainsec4 .row:first-child {
    flex-wrap: wrap;
  }

  .spainsec4 .row:first-child img {
    width: 50%;
    height: auto;
  }

  .spainsec4 .row .card {
    padding: 20px 30px;
    width: 100%;
  }

  .spainsec5 .row .last_left a {
    font-size: 1rem;
    line-height: 22px;
  }

  .fransec4 .row {
    margin-bottom: 20px;
  }

  .fransec3 .row.pos .benf1 h2 {
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0;
  }

  .benf1 .sub_anim {
    height: 35px;
  }

  .fransec3 .row.pos .benf1 p {
    font-size: 0.813rem;
    line-height: 25px;
  }

  .fransec3 .row.pos .sidesecanime .benf2 {
    height: 25%;
    margin-bottom: 5%;
            position: relative;
        z-index: 10;
  }

  .fransec3 .row.pos .benf2 h2 br {
    display: none;
  }

  .fransec3 .row.pos .benf2 h2 {
    font-size: 1.063rem;
    line-height: 30px;
  }

  .fransec3 a.same_anch1 p {
    z-index: 0;
  }

  .fransec3 .row.pos .benf2 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec3 .row.pos {
    height: 65%;
    text-align: center;
  }

  .page6-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .colour {
    padding-top: 60px;
    padding-bottom: 4%;
    height: auto;
    width: 100%;
  }

  .colour img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  .spainsec5.contactpage .row {
    gap: 50px;
  }

  .spainsec5 form button {
    padding: 5px;
    font-size: 0.813rem;
    line-height: 25px;
  }

  .modal .map_img,
  .modal .stores {
    width: 100% !important;
  }

  .malaysec2 .row {
    text-align: center;
  }

  .malaysec2 .maly_logo img {
    width: 65%;
    height: auto;
  }

  .malaysec2 .secrow2 .sub_anim {
    height: 55px;
    margin: auto;
  }

  .malaysec2 .row.secrow2 h2 {
    font-size: 1.438rem;
    line-height: 40px;
  }

  .malaysec2 .secrow2 .sub_anim:last-child {
    margin-bottom: 0;
  }

  .cta_sticky {
    position: unset !important;
    height: auto !important;
  }

  .cta_img-wrap {
    display: none;
  }

  .flex_individuals {
    flex-wrap: wrap;
  }

  .cta_content {
    width: 100% !important;
  }

  .cta_title-list {
    height: auto !important;
  }

  .cta_content.names .cta_title-list,
  .cta_title-item.instrument {
    height: auto !important;
    margin: 10px 0;
  }

  .cta_content.names .cta_title-heading {
    margin: auto;
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .cta_content .cta_title-heading {
    font-size: 1rem !important;
    line-height: 25px !important;
  }

  .cta_trigger {
    height: auto !important;
  }

  .page1-bottom .swiper {
    margin-top: 80px;
  }

  #page5 .swiper {
    margin-top: 0px;
  }
.swiper-container5 .swiper{
  padding-bottom: 50px;
}
  .card-sm {
    height: 80%;
  }

  .info-card h4 {
    font-size: 1rem;
    line-height: 25px;
  }

  .page1-btm-tl {
    top: 40px;
    height: 120px;
  }

  .page1-btm-tl h3 {
    font-size: 1rem;
    line-height: 23px;
  }

  .spainsec5 .row .last_right h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page1-bottom.mob_show {
    overflow: hidden;
  }

  .fransec2 .swiper-button-prev img,
  .fransec2 .swiper-button-next img {
    width: 100%;
    height: auto;

  }

  .fransec2 .swiper-button-prev,
  .fransec2 .swiper-button-next {
    display: block;
    bottom: -20%;
    top: auto;
  }

  .fransec2 {
    padding: 5% 0 30%;
  }

  .fransec2 .swiper-button-prev:after,
  .fransec2 .swiper-rtl .swiper-button-next:after,
  .fransec2 .swiper-button-next:after,
  .fransec2 .swiper-rtl .swiper-button-prev:after {
    display: none;
  }

  .fransec2 .swiper-button-prev {
    left: 30%;
  }

  .fransec2 .swiper-button-next {
    right: 30%;
  }

  .hideshow_btn {
    opacity: 1 !important;
    /* background: none !important; */
        bottom: 0;
  }

  .hideshow_btn button {
    width: 90% !important;
    padding-bottom: 5px !important;
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .modal-content {
    width: 100%;
  }

  .mediaPR {
    width: 44%;
    margin: 10px 7px;
  }

  .mediaPR p {
    font-size: 1rem;
    line-height: 22px;
  }

  .mediaPR a {
    font-size: 0.813rem;
    line-height: 26px;
  }




  .modal_ourstore .map_img,
  .modal_ourstore .stores {
    width: 100%;
  }

  .modal_ourstore .map_img {
    width: 100%;
    height: 50%;
  }

  .modal_ourstore .map_img iframe {
    width: 100%;
    height: 100%;
  }

  .modal_ourstore h4 {
    font-size: 1.063rem;
    line-height: 25px;
  }

  .modal_ourstore .modal-content {
    margin: 0;
    padding: 50px 0 50px 20px;
  }

  .modal_ourstore .modal-content {
    width: 100%;
  }

  .modal_ourstore .stores p {
    font-size: 0.75rem;
    line-height: 25px;
    width: 55%;
  }

  .modal_ourstore .stores {
    padding: 0;
  }

  .modal_ourstore .stores a {
    margin-left: 0;
    line-height: 20px;
  }

  .modal_ourstore .modal_ourstore {
    margin-top: 35px;
  }

  .colms .row {
    flex-wrap: nowrap;
  }




  .faqsec {
    padding: 25% 0 0;
  }

  .faqsec .faq_clmns1,
  .faq_clmns2 {
    width: 100%;
    /* text-align: center; */
    text-align: left;
  }

  .faqsec .faq_clmns1 {
    padding: 20px;
  }

  .faqsec .faq_clmns1 p br {
    display: none;
  }

  .faqsec .faq_clmns1 p {
    font-size: 1rem !important;
    line-height: 25px !important;
    padding-bottom: 10px !important;
  }

  .container .accordion-heading h3 {
    font-size: 1rem !important;
    line-height: 25px !important;
  }

  .container .accordion-content {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .accordion.active .accordion-heading:after {
    content: "-";
    font-size: 30px !important;
  }

  .accordion-heading:after {
    content: '+';
    font-size: 1rem;
  }

  .container .accordion.active .accordion-heading {
    padding: 10px 5px !important;
  }

  .faqsec .faq_clmns1 h2 {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .container .accordion-wrapper {
    padding: 0 !important;
  }

  .modal_ourstore .close {
    font-size: 2rem;
    margin: 20px 10px 0 0;
    float: right;
  }

  .copyright{
        font-size: 13px;
         margin: 15px 0;
  }
}


/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */






@media (min-width: 481px) and (max-width: 767px) {


  .loader-img {
    width: 70%;
    height: 55%;
  }

  #loading-count {
    font-size: 2.5rem;
    right: 50px;
  }

  .right-cont {
    width: 15%;
  }


  nav {
    padding: 0 30px;
    height: 50px;
  }

  .right-cont {
    width: 10%;
  }

  .left-cont {
    width: 90%;
  }

  .text p {
    font-size: 0.75rem;
  }

  nav img.sgl-log {
    display: none;
  }

  nav .menu {
    cursor: pointer;
    /* margin-left: auto; */
    width: 5%;
    height: auto;
  }

  nav .white-logo,
  nav .logo {
    width: 17%;
    height: auto;
  }

  .navigation-content {
    padding: 70px 50px;
    height: auto;
  }

  .main-nav {
    flex-wrap: nowrap;
    height: auto;
            display: none;
  }
    .parts1.d-none {
        display: block;
    }
  #navigation,
  #navigation1,
  #navigation2 {
    height: 100%;
  }

  .parts1 {
    padding: 0;
    width: 100%;
    border-right: none;
  }

  .parts2 {
    width: 40%;
    padding-right: 0 !important;
    display: none;
    border-right: none;

  }

  .parts3 {
    width: 100%;
    border-left: none;
  }

  .parts2 img {
    width: 100%;
    height: 100%;
  }

  .parts2 .over {
    display: none;
  }

  .parts1 h3 i {
    font-size: 1rem;
  }
      .sub-nav {
        padding: 50px 10px;
        gap: 20px 0px;
        flex-wrap: wrap;
        position: relative;
        height: auto;
        width: 100%;
        margin: 0 auto;
        /* justify-content: center; */
        text-align: center;
        /* border-bottom: 1px solid #888; */
    }

  .sub-nav a,
  .sub-nav button {
    font-size: 1rem;
    line-height: 25px;
    width: 100%;
        text-align: left;
  }

  .parts1 h3 {
    margin-bottom: 10px;
    align-items: baseline;
    height: auto;
  }

  .parts1 h3 a {
    font-size: 1rem;
    line-height: 20px;
  }

  .parts3 .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 1.5rem;
  }

  .parts3 .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 1.5rem;
  }

  a p,
  a.nav-btn p {
    font-size: 1rem;
    line-height: 25px;
  }

  .page1-bottom {
    top: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 15% !important;
  }

  .main_cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page1-content {
    top: 10%;
    bottom: 10%;
  }

  .container-btn i {
    font-size: 0.813rem;
  }

  .info-card {
    transform: translate(-50%, -50%) scale(0.8);
  }

  .card-bottom {
    margin-top: 0 !important;
    margin-right: 0px !important;
  }

  .card-sm,
  .card-lg {
    width: 30%;
    height: 35vh;
  }

  .info-card h4 {
    font-size: 0.813rem;
  }

  .page1-bottom .swiper-button-prev:after,
  .page1-bottom .swiper-rtl .swiper-button-next:after,
  .page1-bottom .swiper-button-next:after,
  .page1-bottom .swiper-rtl .swiper-button-prev:after {
    display: none;
  }

  .page1-bottom .swiper-button-prev,
  .page1-bottom .swiper-button-next {
    display: block;
    bottom: 20%;
    top: auto;
  }

  .page1-bottom .swiper-button-prev img,
  .page1-bottom .swiper-button-next img {
    width: 100%;
    height: auto;
  }

  .page1-bottom .swiper-button-prev {
    left: 30%;
    display: none;
  }

  .page1-bottom .swiper-button-next {
    right: 30%;
    display: none;
  }

  #page7 .page7-overlay {
    gap: 15px;
  }

  .page7-title {
    height: 30px;
  }

  .section7 .page7-title {
    height: 50px;
  }

  .page2 .page7-overlay h5 {
    margin-bottom: 20px;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .section2 .sec2-title {
    height: 25px;

  }

  .page7-overlay h4 {
    font-size: 1rem;
  }

  .page7-overlay a p {
    font-size: 0.813rem;
  }

  .overlay3 {
    gap: 0;
  }

  .slide3-title {
    height: 40px;
  }

  .overlay3 h4 {
    font-size: 1.563rem;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .overlay3 a p {
    font-size: 0.75rem;
    line-height: 22px;
  }

  .page4-top {
    text-align: center;
    padding: 0 10px;
    position: unset;

  }

  .page4-title {
    height: 70px;
  }

  .page4-title:last-child {
    height: 40px;
  }

  #page4 {
    /* background-color: black; */
    height: auto;
    padding: 30px 0;
  }

  #page4 h4,
  #page4 h5 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  #page4 .sub_des {
    flex-wrap: wrap;
    top: 65%;
    justify-content: center;
    position: unset;
  }

  #page4 .sub_des .cols {
    width: 45%;
    height: auto;
    margin-bottom: 0%;
    margin-top: 5%;
  }

  #page4 .sub_des .cols img {
    width: 55%;
    height: auto;
  }

  .promise_bg {
    display: none;
  }

  #page5,
  #page6 {
    background-color: #ffeedc;
  }

  #page5 .swiper-container5 .swiper-slide {
    width: 100% !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  #page5 .slide-wrapper5 {
    flex-direction: unset;
    height: 75vh;
  }

  .page5-top {
    padding: 20px;
    text-align: center;
  }

  .page5-title {
    height: 35px;
  }

  .page5-top h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page5-top h5 {
    margin-bottom: 0px;
  }

  .swiper-container5 .overlay-swiper5 {
    opacity: 1;
  }

  .overlay-swiper5 .marqee {
    padding: 10px 0;
  }

  .marqee h5 {
    font-size: 1rem;
  }

  .page6-top p {
    font-size: 1rem;
    line-height: 30px;
  }

  .page6-top h4 {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .swiper6-over {
    opacity: 1;
  }

  .swiper-container6 {
    height: auto;
  }

  .swiper6-over h4 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .swiper6-over div {
    transform: translateY(0px);
  }

  .text1 {
    top: auto;
    bottom: 0%;
  }

  .text-container {
    height: auto;
  }

  .left-cont.main_pagecont .text1 p {
    font-size: 1.063rem;
    line-height: 25px;

  }

  .page1-btm-tl {
    top: 15px;
  }

  #collsec2 {
    height: 35px;
    width: 85%;
  }

  .total_coll p,
  .coll_sec2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .text1 h2 {
    font-size: 1.563rem;
    line-height: 40px;
    text-align: center;
    margin: auto;
  }

  .left-cont.main_pagecont .text1 h2 {
    line-height: 35px;
  }

  .row_justify {
    flex-wrap: wrap;
  }

  .row_justify .colle_imgs,
  .all_coll.w-30,
  .infit_col {
    width: 33.33%;
    padding: 1%;
  }

  .row_justify .colle_imgs img.colle_img {
    width: 70%;
    height: auto;
  }

  .overlay3.infinite_Sec .slide3-title1 h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .infit_col img {
    width: 100%;
    height: 80vh;
  }

  .colle_imgs h4 {
    font-size: 0.813rem;
    line-height: 23px;
  }

  .sec3 {
    display: none;
  }

  .blogsec1 {
    padding: 60px 0 5%
  }

  .blogsec1 .row {
    flex-wrap: wrap;
    text-align: center;
  }

  .blogsec1 .row h2,
  .blogsec1 .row p {
    width: 100%;
  }

  .blogsec1 .row h2 {
    font-size: 1.063rem;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .blogsec1 .row p {
    font-size: 0.813rem;
    line-height: 23px;
  }

  .ban_content .we_celeb {
    width: 95%;
    position: unset;
    padding-top: 5%;
  }

  .ban_content .we_celeb h2 {
    font-size: 1rem;
    line-height: 30px;
    padding-bottom: 0%;
  }

  .ban_content .we_celeb_content {
    height: auto;
  }

  .ban_content .we_celeb a {
    padding: 5px 20px;
  }

  .blogsec2 {
    padding: 0% 0 5%;
  }

  .blogsec2 .row {
    flex-wrap: nowrap;
    /* flex-direction: column-reverse; */
    margin-bottom: 10%;
    align-items: center;
  }

  .blogsec2 .row .side_content,
  .blogsec2 .row .side_img {
    width: 48%;
    text-align: center;
  }

  .blogsec2 .row h2 {
    font-size: 1.063rem;
    line-height: 30px;
    text-align: center;
  }

  .blogsec2 .row p {
    font-size: 1rem;
    line-height: 25px;
  }

  .blogsec2 a.same_anch:hover:after {
    height: 35px;
    width: 45%;
  }

  .blogsec2 a.same_anch {
    position: unset;
    margin-top: 30px;
  }

  .mediasec2 .buttons {
    flex-wrap: wrap;
  }

  .mediasec2 .buttons button {
    padding: 10px 25px;
    font-size: 0.813rem;
    line-height: 20px;
    font-weight: 400;
  }

  .mediasec2 .media-item {
    width: 30%;
    height: auto;
  }

  .mediaPR p {
    font-size: 0.813rem;
    line-height: 18px;
  }

  .franban {
    height: 60vh;
  }

  .franban .fran_content {
    width: 90%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .franban .fran_content h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .franban .fran_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .mediaPR .m_img {
    height: auto;
  }

  .franban .fran_content a {
    font-size: 1rem;
    line-height: 25px;
    padding: 15px;
  }

  .fransec2 h2,
  .fransec2 .why_cards:hover .overlay h2 {
    font-size: 1rem;
    line-height: 30px;
    margin: 10px 0;
  }

  .fransec2 h2:first-child {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .franban .fran_content button {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .row {
    flex-wrap: wrap;
  }

  .fransec2 .why_cards {
    width: 48%;
  }

  .fransec2 .row {
    justify-content: space-between;
  }

  .fransec2 .fransec2 .why_cards .overlay {
    transform: unset !important;
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay img {
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay h2,
  .fransec2 .why_cards .overlay p {
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay h2 {
    position: absolute;
    top: 20%;
    bottom: 0;
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec2 .why_cards .overlay p {
    position: absolute;
    top: 40%;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
  }

  /* .fransec2 .why_cards .overlay h2{
  transform: translateY(-150px) !important;
}
.fransec2 .why_cards .overlay p{
  transform: translateY(-100px) !important;
  width: 70%;

} */
  .fransec2 .why_cards .overlay p,
  .fransec2 .why_cards .overlay h2 {
    color: white;
  }

  .fransec3 .row.pos .benf1,
  .fransec3 .row.pos .sidesecanime {
    width: 100%;
    text-align: center;
  }





  .modal_ourstore .map_img,
  .modal_ourstore .stores {
    width: 100%;
  }

  .modal_ourstore .map_img {
    width: 100%;
    height: 50%;
  }

  .modal_ourstore .map_img iframe {
    width: 100%;
    height: 100%;
  }

  .modal_ourstore h4 {
    font-size: 1.063rem;
    line-height: 25px;
  }

  .modal_ourstore .modal-content {
    margin: 0;
    padding: 50px 0 50px 30px;
    width: 100%;
    border: none;
  }

  .modal_ourstore .stores p {
    font-size: 0.75rem;
    line-height: 25px;
    width: auto;
  }

  .modal_ourstore .stores {
    padding: 0;
  }

  .modal_ourstore .stores a {
    margin-left: 0;
    width: 20%;
    text-align: center;
  }

  .modal_ourstore .modal_ourstore {
    margin-top: 35px;
  }

  .modal_ourstore .close {
    font-size: 1.5rem;
    margin: 20px 10px 0 0;
    float: right;
  }

  .colms {
    padding: 20px 0 15px;
  }

  .colms .row {
    flex-wrap: nowrap;
  }





  .storesec1 {
    padding: 60px 0 5%;
  }

  .storesec1 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .storesec1 .row .img_clmn {
    width: 48%;
    margin-top: 10%;
  }

  .storesec1 .row {
    gap: 10px;
    margin-top: 0;
  }

  .storesec1 .row .img_clmn p {
    font-size: 1rem;
    line-height: 40px;
    margin-left: 5px;
  }

  .storesec1 .row .img_clmn:nth-child(1),
  .storesec1 .row .img_clmn:nth-child(2),
  .storesec1 .row .img_clmn:nth-child(3) {
    margin-top: 10%;
  }

  .storesec1 .row .img_clmn p img {
    width: 3%;
    height: auto;
  }

  .left-sec8,
  .right-sec8 {
    width: 100%;
  }

  .hideshow_btn {
    opacity: 1 !important;
    background: none !important;
    bottom: 60px;
  }

  .hideshow_btn button {
    width: 80%;
    padding-bottom: 10px
  }

  #page8 {
    flex-wrap: wrap;
    height: auto;
  }

  .swiper-container6 .mySwiper {
    display: block !important;
  }

  .swiper-container6 .swiper-wrapper {
    display: flex !important;
    transform: none !important;
    flex-wrap: wrap;
  }

  .swiper-container6 .swiper-slide {
    width: 100% !important;
  }

  .page1-slide img {
    width: 100%;
    height: 100vh;
  }

  /* .page1-slide .desk_show{
  display: none !important;
}
.page1-slide .mob_show{
  display: block !important;
} */
  .new_ban #page1-content1 {
    bottom: 10% !important;
    width: 90%;
  }

  .new_ban .text1 {
    top: 0;
    bottom: 62%;
  }

  .new_ban .text-container {
    flex-wrap: nowrap;
    height: auto;
    gap: 30px;
    justify-content: end;
  }

  .new_ban .left-cont {
    width: 100%;
  }

  .new_ban .text1 h2 {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
    margin: auto;
    padding-left: 0;
  }
section#page1.our-story .text-container .text1 p, section#page1.our-story .text-container .text1 h2 {
    padding: 0px !important;
    text-align: left;
    margin: 0;
        width: 80% !important;
}
  .new_ban .title-container {
    height: 5vh;
  }

  .enternal_erring .row_justify .colle_imgs {
    padding: 5%;
  }

  .coll_sec2 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .coll_sec2.animate {
    padding-top: 5%;
  }

  .coll_sec2.animate #collsec2 {
    margin-bottom: 10px;
    height: auto;
  }

  section#coll_sec4 {
    display: none;
  }

  .container {
    margin: 0 15px;
  }

  #page1 {
    bottom: 0% !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }

  .page1-slide {
    height: 100vh;
    background-color: white;
  }
  .new_ban.our-story .page1-slide {
    height: auto;
    background-color: white;
  }

.page1-slide video{
  height: 100vh;
}

  .text1 p {
    font-size: 1rem;
    line-height: 20px;
  }

  .all_coll.w-30 {
    width: 100%;
    display: flex;
  }

  .enternal_erring .row_justify .colle_imgs {
    width: 50%;
  }

  #enternal_err .infit_col {
    width: 100%;
  }

  .learn_more {
    width: auto;
    margin-left: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .learn_more a {
    height: 35px;
  }

  .all_details {
    flex-wrap: wrap;
  }

  .all_details.prod_sec1 {
    top: 0;
  }

  .all_details .slider-container_pro_details,
  .price_details {
    width: 100% !important;
  }

  .all_details .slider-container_pro_details {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .all_details .main-slider {
    width: 100% !important;
    height: 100vh !important;
  }

  .all_details .thumbnail_container_pro_details .swiper-slide {
    height: 100% !important;
    width: 30%;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
  }

  .all_details .thumbnail_container_pro_details {
    width: 100%;
    height: 10%;
  }

  .all_details .thumbnail_container_pro_details {

    position: absolute;
    bottom: 55%;
    z-index: 2;
  }

  .all_details.prod_sec1 h2.prod_heading {
    font-size: 1.563rem;
    line-height: 40px;
  }

  .all_details.prod_sec1 .price_details .price_des h3 {
    font-size: 1rem;
    line-height: 30px;
  }

  .all_details.prod_sec1 .price_details .price_des p {
    font-size: 1rem;
    line-height: 25px;
  }

  .price_details .h-80 div {
    height: auto !important;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .all_details .thumbnail_container_pro_details .swiper-slide {
    height: 100% !important;
    width: 25%;
  }

  .coll_sec2.animate.mt-50 {
    margin: 20% 0 0;
  }

  .retail_ban {
    padding: 10% 0 0;
  }

  .retail_ban h2,
  .retail_ban.malaysia h2 {
    bottom: 0;
    font-size: 1.5rem;
    line-height: 44px;
  }

  .desk_show {
    display: block !important;
  }

  .mob_show {
    display: none !important;
  }

  .malaysec2 .maly_logo,
  .malaysec2 .maly_content {
    padding-right: 0%;
  }

  .spainsec2 {
    height: 1100px;
  }

  .spainsec2 .estas {
    width: 100%;
    bottom: 12%;
  }

  .spainsec2 img.spainimg1 {
    top: 35%;
    width: 50%;
  }

  .spainsec2 .sub_anim,
  .secrow2 .sub_anim {
    height: 40px;
  }

  .spainsec2 img.spainimg2 {
    right: 5%;
    top: 45%;
    width: 35%;
  }

  .spainsec2 img.handimg {
    display: none;
  }

  .spainsec2 h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .spainsec2 p {
    font-size: 1rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .malaysec2 .maly_logo,
  .malaysec2 .maly_content {
    width: 100%;
  }

  .malaysec2 .maly_content h2 {
    font-size: 1rem;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .malaysec2 .maly_content p {
    font-size: 1rem;
    line-height: 25px;
  }

   .why_choose{
    padding-bottom:5%;
  }

.why_choose h2{
        font-size: 20px;
        line-height: 30px;
        left: 0;
        margin: auto;
        width: 50%;
}
.why_choose .whychoose_content .colmn{
  width: 100%;
}
.why_choose .whychoose_content .colmn .row{
  flex-wrap: nowrap;
}
.why_choose h4{
  font-size: 18px;
    line-height: 30px;
}
.why_choose p{
      font-size: 15px;
    line-height: 25px;
}

.why_choose .desk_show{
  display: none !important;
}
.why_choose .mob_show{
  display: block !important;
}


  .recon,
  .despues,
  .spainsec2 .estas {
    text-align: center;
  }

  .estas {
    padding: 0 20px;
  }

  .spainsec3 .row {
    gap: 0;
  }

  .spainsec3 .chocrondiv,
  .spainsec3 .elcorte {
    width: 100%;
  }

  .spainsec3 .chocrondiv .row,
  .spainsec3 .elcorte .row {
    flex-wrap: nowrap;
    align-items: start;
  }

  .spainsec3 .chocrondiv .row img,
  .spainsec3 .elcorte .row img {
    width: 5%;
    height: auto;
  }

  .spainsec3 h2 {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .spainsec3 .elcorte h2 {
    font-size: 1rem;
    line-height: 25px;
    margin-top: 10px;
    text-align: left;
  }

  .spainsec3 .chocrondiv h2 {
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;

  }

  #footer-space {
    height: 90vh;
  }

  footer {
    padding: 0 5px;
    height: 90vh;
    justify-content: start;
  }

  .ft-right {
    display: none;
  }

  .social {
   font-size: 1.2rem;
        filter: invert(0) !important;
        gap: 10px;
  }

      .social a {
        color: #000 !important;
    }
  .ft-bottom h4 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 25px;
  }

  .ft-left {
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
    gap: 10px;
  }

  .ft-left .elem {
    width: 46%;
  }

  .ft-bottom {
    margin-top: 0;
      margin-bottom: 20px;
  }

  .ft-top img {
    width: 25%;
  }

  .ft-bottom a,
  .ft-bottom p {
    font-size: 0.813rem;
    line-height: 23px;
    margin: 10px 0;
    font-weight: bold;
  }

  .ft-left .elem:last-child {
    width: 100%;
    text-align: center;
  }

  .ft-left .elem:last-child a {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
  }

  #aboutsec1 h1 {
    font-size: 1.5rem;
    line-height: 40px;
    padding-top: 15px;
  }

  #stuckdiv {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    position: unset !important;
  }

  /* #stuckdiv div:first-child{ */
  /* padding-top: 10%; */

  /* } */
  #aboutsec1 {
    margin-top: 50px;
    height: 135vh;
  }

  #aboutsec1 p {
    padding: 0 15%;
    margin: auto;
    text-align: center;
    font-size: 0.813rem;
    line-height: 22px;
  }

  #about-img {
    width: 100% !important;
  }

  .besttag {
    height: auto !important;
  }

  .foundersec .row .foundercol,
  .foundersec .row .foundercolcontent {
    width: 100%;
  }

  #its_core .row {
    flex-wrap: wrap;
  }

  #its_core {
    margin-top: 0;
  }

  #its_core .colm_1,
  #its_core .colm_2 {
    width: 100%;
  }

  #its_core img.img1,
  #its_core img.img2 {
    width: 100%;
    height: auto;
  }

  #its_core p {
    font-size: 1rem;
    line-height: 25px;
    margin: 40px 20px;
  }

  .colm_2 h2 {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .content {
    flex-wrap: wrap;
  }


  .vm_Sec .vm_content{
    height: 85%;
        width: 95%;
  }

.vm_Sec .vm_content .row .cols{
    width: 45%;
}
.vm_Sec .vm_content .row .cols p{
  font-size: 0.9rem;
    line-height: 20px;
}
.vm_Sec .vm_content .row {
    flex-direction: row-reverse;
}

.vm_Sec .vm_content .row .cols h2{
  font-size: 1.5rem;
    line-height: 20px;
}

  .about_vision_sec .left,
  .about_vision_sec .right {
    width: 100%;
  }

  .about_vision_sec .right {
    display: none;
  }

  .about-img-div {
    width: 100% !important;
    height: 100vh !important;
  }

  .fransec2 .why_cards .overlay {
    display: flex !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* adjust if needed */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .fransec2 .why_cards .overlay img,
  .fransec2 .why_cards .overlay h2,
  .fransec2 .why_cards .overlay p {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fransec2 .why_cards:hover .overlay {
    /* disable hover animation for mobile */
    transform: none !important;
  }

  .fransec4 {
    padding-top: 30px;
  }

  .fransec4 .row .becomeimg,
  .fransec4 .row .become_con {
    width: 100%;
  }

  .fransec4 .d-none {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .fransec4 .d-none h2 {
    font-size: 1.563rem !important;
    line-height: 35px !important;
    display: block !important;
  }

  .fransec4 .d-none p {
    display: block !important;
    text-align: center !important;
  }

  .fransec4 .row .becomeimg img {
    width: 100%;
    height: auto;
  }

  .fransec4 .row .become_con h2 {
    display: none;
    margin-top: 10px;
  }

  .fransec4 .row .become_con p:first-child {
    display: none;

  }

  .fransec4 .row .become_con h4::before {
    display: none;
  }

  .fransec4 .row .become_con p.demos {
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec4 .row .become_con a {
    font-size: 0.813rem;
    line-height: 25px;
    padding: 10px 15px;
  }

  .fransec4 .row .become_con p.demos br {
    display: none;
  }

  .fransec4 .row .become_con h4 {
    font-size: 1.063rem;
    line-height: 27px;
    margin-left: 0;
  }

  .fransec4 .row .become_con button {
    font-size: 0.813rem;
    line-height: 25px;
    padding: 5px 20px;
  }

  .about_vision_sec .text-block:first-child {
    margin-top: 20%;
  }

  .about_vision_sec .text-block {
    min-height: auto;
  }

  .about_vision_sec .vision_content h2 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .about_vision_sec .vision_content p {
    font-size: 1rem;
    line-height: 23px;
  }

  .foundersec .row .foundercolcontent {
    padding: 20px;
  }

  .foundersec .row .content h2 {
    font-size: 1.563rem;
    line-height: 35px;

  }

  .foundersec .row .foundercolcontent p {
    font-size: 1rem;
    line-height: 25px;

  }

  .foundersec .row .foundercolcontent p:first-child {
    display: none;
  }

  .foundersec .row .foundercolcontent .row {
    margin: 5% 0;
  }

  .foundersec p.head_founder {
    font-family: "montserrat";
    font-weight: 400;
    letter-spacing: 0%;
    color: #146552;
    font-size: 1.5rem;
    line-height: 40px;
    padding: 50px 0;
    display: block !important;
    text-align: center;
    text-transform: uppercase;
  }

  .foundersec .same_anch {
    width: 50%;
  }

  .foundersec .row:last-child {
    flex-direction: column-reverse;
  }

  .about_blogs .blogscol {
    position: relative;
    height: auto;
    width: 45%;
    margin: 5px;

  }

  .blogscol .imgcontent1 h4,
  .blogscol .imgcontent2 h4,
  .blogscol .imgcontent3 h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .blogscol .imgcontent1 p,
  .blogscol .imgcontent2 p,
  .blogscol .imgcontent3 p {
    width: auto;
    font-size: 1rem;
    line-height: 25px;
  }

  .blogscol .imgcontent1,
  .blogscol .imgcontent2,
  .blogscol .imgcontent3 {
    transform: translateY(0%);
    opacity: 1;
    width: 100%;
  }

  .sup_ban .supban_content {
    width: 85%;
    height: 55%;
  }

  .sup_ban .supban_content h2 {
    font-size: 1.438rem;
    line-height: 35px;
  }

  .sup_ban .supban_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .francsec5 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .francsec5 .francesec5_sub {
    text-align: center;
  }

  .francsec5 form input {
    width: 100%;
    font-size: 1rem;
    line-height: 24px;
  }

  .francsec5 .row {
    margin: 15px 0;
    gap: 15px;
  }

  .francsec5 form input::placeholder {
    font-size: 1rem;
    line-height: 24px;
  }

  .francsec5 form button {
    padding: 5px 10%;
  }

  .francsec5 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .francsec5 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .about_blogs .page6-top div {
    height: 50px !important;
  }

  .about_blogs .row {
    margin-top: 0;
    justify-content: center;
    padding: 5% 0;
  }

  #page8 .diampage_sec {
    padding: 30px 15px;
  }

  #page8 .diampage_sec h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page8-title {
    height: 35px;
  }

  #page8 .diampage_sec a {
    width: auto !important;
    height: 35px;
  }

  .left-sec8 p {
    margin-top: 0;
  }

  .inspiration_content {
    height: auto;
    
  }

  .inspiration_content-wrapper {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 40px;
  }

  .inspiration_content-wrapper {
    height: auto;
  }

  .inspiration_image-text p {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .inspiration_content h2.dia-h{
        font-size: 2rem;
    line-height: 50px;
  }


  .card_anime .diamcards {
 margin: 10px;
        width: 45%;
  }


  p.inspire_bottom {
    font-size: 0.813rem;
    line-height: 23px;
    padding: 5%;
    margin: 0;
  }

  .diamond_fea .text-content h2 {
    font-size: 1.5rem;
    line-height: 60px;

  }

  .diamond_fea {
    height: auto;
  }

  .diamond_fea .text-content,
  .diamond_fea .image-section {
    width: 100%;
  }

  .diamond_fea .text-content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .diamond_fea .change_con {
    display: none;
  }

  .diamond_fea .image-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    gap: 35px;
    padding: 5%;
  }

  .diamond_fea .diamond-img {
    width: 50%;
    height: auto;
  }

  .diamond_fea .dots {
    display: inline-block;
    width: 70%;
  }

  .diamond_fea .sub_div {
    width: 100%;
    display: flex;
    margin: 0px 0 20px;
  }

  .diamond_fea .dots .sub_div::after {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0%;
    left: 4px;
    width: 1%;
    height: 45px;
    background-color: rgba(190, 190, 190, 1);
    margin: 0px;
    transform: rotate(180deg);
  }

  .diamond_fea .dot,
  .diamond_fea .dot1,
  .diamond_fea .dot2 {
    margin: 0;
  }

  .diamond_fea .dots p {
    margin-left: 10px;
  }

  .diamond_fea.second_diasec .row,
  .diamond_fea.last_diasec .row {
    flex-direction: column-reverse;
  }

  .authsec2 {
    padding: 60px 0 0;
  }

  .authsec2 .authecol1,
  .authsec2 .authcol2 {
    width: 50%;
    padding-top: 0;
  }

  .authsec2 .authecol1 img {
    width: 100%;
    height: auto;
  }

  .authsec2 h2 {
    font-size: 1rem;
    line-height: 25px;
  }

  .authsec2 h5 {
    font-size: 1rem;
    line-height: 25px;

  }

  .authsec2 a {
    width: auto;
    padding: 10px;
  }

  .authcol2 .row {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .authcol2 .row img {
    width: 35%;
    height: auto;
  }

  .bdetailsec2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .bdetailsec2 p,
  .bdetailsec2 ul li {
    font-size: 1rem;
    line-height: 24px;
  }

  .bdetailsec3 h2 {
    font-size: 1.438rem;
    line-height: 35px;
  }

  .bdetailsec3 p {
    font-size: 1.063rem;
    line-height: 25px;
  }

  .bdetailsec3 ul li {
    font-size: 1rem;
    line-height: 25px;
  }

  .bdetailsec3 p:last-child {
    font-size: 1rem;
    line-height: 25px;
  }

  .blogsec2 h3 {
    margin: 20px 0;
    font-size: 1rem;
    line-height: 35px;
  }

  .spainsec3 .chocrondiv .row,
  .spainsec3 .elcorte .row {
    margin: 15px 0;
  }

  .spainsec4 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .spainsec4 .row .card a {
    font-size: 1rem;
    line-height: 25px;
  }

  .spainsec4 .row .card .row {
    align-items: start;
    flex-wrap: nowrap;
  }

  .spainsec4 .row .card .row img.show {
    width: 8%;
    height: auto;
  }

  .spainsec4 .row {
    gap: 10px;
  }

  .spainsec5 .row .last_left,
  .spainsec5 .row .last_right {
    width: 100%;
  }

  .spainsec5 .row .last_left .row img {
    width: 4%;
    height: auto;
  }


  .spainsec5 .row .last_left h2 {
    font-size: 1.563rem;
    line-height: 40px;
  }

  .spainsec5 .row .last_left p {
    font-size: 1rem;
    line-height: 22px;
  }

  .spainsec5 .row .last_left h4 {
    font-size: 1.063rem;
    line-height: 24px;

  }

  .spainsec5 .row .last_left .row {
    flex-wrap: nowrap;
    margin: 5px 0;
  }

  .spainsec5 form input::placeholder {
    font-size: 1rem;
    line-height: 24px;
  }

  .spainsec3 .chocrondiv .row a {
    font-size: 1rem;
    line-height: 25px;
  }

  .input_field {
    margin-bottom: 10px;
  }

  .spainsec4 .row:first-child {
    flex-wrap: wrap;
  }

  .spainsec4 .row:first-child img {
    width: 25%;
    height: auto;
  }

  .spainsec4 .row .card {
    padding: 20px 10px;
    width: 48%;
  }

  .spainsec5 .row .last_left a {
    font-size: 1rem;
    line-height: 22px;
  }

  .fransec4 .row {
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }

  .fransec3 .row.pos .benf1 h2 {
    font-size: 1.563rem;
    line-height: 35px;
    margin: 0;
  }

  .benf1 .sub_anim {
    height: 40px;
  }

  .fransec3 .row.pos .benf1 p {
    font-size: 0.813rem;
    line-height: 25px;
  }

  .fransec3 .row.pos .sidesecanime .benf2 {
    height: 20%;
    margin-bottom: 5%;
position: relative;
        z-index: 10;
  }

  .fransec3 .benf2 button.same_anch1{
        left: 0;
        right: 0;
        width: 60%;
        margin: auto;
  }

  .fransec3 .row.pos .benf2 h2 br {
    display: none;
  }

  .fransec3 .row.pos .benf2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .fransec3 a.same_anch1 p {
    z-index: 0;
  }

  .fransec3 .row.pos .benf2 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec3 .row.pos {
    height: 70%;
  }

  .fransec3 .mob_show {
    display: block !important;
  }

  .fransec3 .desk_show {
    display: none !important;
  }

  .page6-top {
    padding: 10px;
  }
.swiper-container5 .swiper {
    padding-bottom: 45px;
}
  .colour {
    padding-top: 15%;
    padding-bottom: 5%;
    height: auto;
    width: 100%;
  }

  .colour img {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .spainsec5.contactpage .row {
    gap: 50px;
  }

  .spainsec5 form button {
    padding: 5px;
    font-size: 0.813rem;
    line-height: 25px;
  }

  .modal .map_img,
  .modal .stores {
    width: 100% !important;
  }

  .malaysec2 .row {
    text-align: center;
  }

  .malaysec2 .maly_logo img {
    width: 65%;
    height: auto;
  }

  .malaysec2 .secrow2 .sub_anim {
    height: 55px;
    margin: auto;
  }

  .malaysec2 .row.secrow2 h2 {
    font-size: 1.438rem;
    line-height: 40px;
  }

  .malaysec2 .secrow2 .sub_anim:last-child {
    margin-bottom: 0;
  }

  .cta_sticky {
    position: unset !important;
    height: auto !important;
  }

  .cta_img-wrap {
    display: none;
  }

  .flex_individuals {
    flex-wrap: wrap;
  }

  .cta_content {
    width: 100% !important;
  }

  .cta_title-list {
    height: auto !important;
  }

  .cta_content.names .cta_title-list,
  .cta_title-item.instrument {
    height: auto !important;
    margin: 10px 0;
  }

  .cta_content.names .cta_title-heading {
    margin: auto;
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .cta_content .cta_title-heading {
    font-size: 1rem !important;
    line-height: 25px !important;
  }

  .cta_trigger {
    height: auto !important;
  }

  .spainsec5 .row .last_right h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page1-bottom.mob_show {
    overflow: hidden;

  }

  #featuresec {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fransec2 .swiper-button-prev img,
  .fransec2 .swiper-button-next img {
    width: 100%;
    height: auto;
  }

  .fransec2 .swiper-button-prev,
  .fransec2 .swiper-button-next {
    display: block;
    bottom: -15%;
    top: auto;
  }

  .fransec2 {
    padding: 5% 0 10%;
  }

  .fransec2 .swiper-button-prev:after,
  .fransec2 .swiper-rtl .swiper-button-next:after,
  .fransec2 .swiper-button-next:after,
  .fransec2 .swiper-rtl .swiper-button-prev:after {
    display: none;
  }

  .fransec2 .swiper-button-prev {
    left: 30%;
  }

  .fransec2 .swiper-button-next {
    right: 30%;
  }

  .faqsec {
    padding: 15% 0 0;
  }

  .faqsec .faq_clmns1,
  .faq_clmns2 {
    width: 100%;

  }

  .faqsec .faq_clmns1 {
    padding: 20px;
    text-align: center;

  }

  .faqsec .faq_clmns1 p br {
    display: none;
  }

  .faqsec .faq_clmns1 p {
    font-size: 1rem !important;
    line-height: 25px !important;
    padding-bottom: 10px !important;
  }

  .container .accordion-heading h3 {
    font-size: 1rem !important;
    line-height: 25px !important;
  }

  .container .accordion-content {
    font-size: 1rem !important;
    line-height: 22px !important;
  }

  .accordion.active .accordion-heading:after {
    content: "-";
    font-size: 30px !important;
  }

  .accordion-heading:after {
    content: '+';
    font-size: 1rem;
  }

  .container .accordion.active .accordion-heading {
    padding: 10px 5px !important;
  }

  .faqsec .faq_clmns1 h2 {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .container .accordion-wrapper {
    padding: 0 !important;
  }
    /* .copyright{
        margin-top: 40px;
  } */
}






/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */
/* ========================================================================================================================================= */






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


  .loader-img {
    width: 70%;
    height: 55%;
  }

  #loading-count {
    font-size: 2.5rem;
    right: 50px;
  }

  .right-cont {
    width: 15%;
  }


  nav {
    padding: 0 30px;
    height: 50px;
  }

  .right-cont {
    width: 10%;
  }

  /* .left-cont {
    width: 0;
  } */

  .text p {
    font-size: 0.75rem;
  }

  nav img.sgl-log {
    display: none;
  }

  nav .menu {
    cursor: pointer;
    /* margin-left: auto; */
    width: 4%;
    height: auto;
  }

  nav .white-logo,
  nav .logo {
    width: 15%;
    height: auto;
  }

  .navigation-content {
    padding: 70px 50px;
    height: auto;
  }

  .main-nav {
    flex-wrap: nowrap;
    height: auto;
  }

  #navigation,
  #navigation1,
  #navigation2 {
    height: 100%;
  }

  .parts1 {
    padding: 0;
    width: 100%;
    border-right: none;
  }

  .parts2 {
    width: 40%;
    padding-right: 0 !important;
    display: none;
    border-right: none;

  }

  .parts3 {
    width: 100%;
    border-left: none;
  }

  .parts2 img {
    width: 100%;
    height: 100%;
  }

  .parts2 .over {
    display: none;
  }

  .parts1 h3 i {
    font-size: 1rem;
  }

  .sub-nav {
    padding: 15px 10px;
    gap: 5px 25px;
    flex-wrap: wrap;
    position: relative;
    /* margin-bottom: 15%; */
  }

  .sub-nav a,
  .sub-nav button {
    font-size: 1rem;
    line-height: 25px;
  }

  .parts1 h3 {
    margin-bottom: 10px;
    align-items: baseline;
    height: auto;
  }

  .parts1 h3 a {
    font-size: 1rem !important;
    line-height: 20px;
  }

  .parts3 .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 1.5rem;
  }

  .parts3 .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 1.5rem;
  }

  a p,
  a.nav-btn p {
    font-size: 0.813rem;
    line-height: 25px;
  }

  .page1-bottom {
    top: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .page1-content {
    top: 10%;
  }

  .container-btn i {
    font-size: 0.813rem;
  }

  .page1-slide {
    height: 100vh;
    background-color: white;
  }

  .title-container.w-90 .text1 p {
    width: 100%;
    padding: 0 ;
    font-size: 15px;
        line-height: 25px;
  }

  .info-card {
    transform: translate(-50%, -50%) scale(0.8);
    width: 120%;
  }

  .card-bottom {
    margin-top: 10% !important;
    margin-right: 0px !important;
  }

  .card-sm,
  .card-lg {
    width: 30%;
    height: auto;
  }

  .info-card h4 {
    font-size: 0.813rem;
    line-height: 20px;
  }

  .page1-bottom .swiper-button-prev:after,
  .page1-bottom .swiper-rtl .swiper-button-next:after,
  .page1-bottom .swiper-button-next:after,
  .page1-bottom .swiper-rtl .swiper-button-prev:after {
    display: none;
  }

  .page1-bottom .swiper-button-prev,
  .page1-bottom .swiper-button-next {
    display: block;
    bottom: 20%;
    top: auto;
  }

  .page1-bottom .swiper-button-prev img,
  .page1-bottom .swiper-button-next img {
    width: 100%;
    height: auto;
  }

  .page1-bottom .swiper-button-prev {
    left: 30%;
    display: none;
  }

  .page1-bottom .swiper-button-next {
    right: 30%;
    display: none;
  }

  #page7 .page7-overlay {
    gap: 15px;
  }

  .page7-title {
    height: 30px;
  }

  .page2 .page7-overlay h5 {

    margin-bottom: 20px;
  }

  .section2 .sec2-title {
    height: 50px;

  }

  .page7-overlay h4 {
    font-size: 1.563rem;
  }

  .page7-overlay a p {
    font-size: 0.813rem;
  }

  .overlay3 {
    gap: 0;
  }

  .slide3-title {
    height: 40px;
  }

  .overlay3 h4 {
    font-size: 1.563rem;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .overlay3 a p {
    font-size: 0.75rem;
    line-height: 22px;
  }

  .page4-top {
    text-align: center;
    padding: 0 10px;
    position: unset;

  }

  .page4-title {
    height: 70px;
  }

  .page4-title:last-child {
    height: 40px;
  }

  #page4 {
    /* background-color: black; */
    height: auto;
    padding: 30px 0;
  }

  #page4 h4,
  #page4 h5 {
    font-size: 1.438rem;
    line-height: 35px;
  }

  #page4 .sub_des {
    flex-wrap: wrap;
    top: 65%;
    justify-content: center;
    position: unset;
  }

  #page4 .sub_des .cols {
    width: 45%;
    height: auto;
    margin-bottom: 0%;
    margin-top: 5%;
  }

  #page4 .sub_des .cols img {
    width: 55%;
    height: auto;
  }

  .promise_bg {
    display: none;
  }

  #page5,
  #page6 {
    background-color: #ffeedc;
  }

  #page5 .swiper-container5 .swiper-slide {
    width: 100% !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  #page5 .slide-wrapper5 {
    flex-direction: unset;
    height: 75vh;
  }

  .page5-top {
    padding: 20px;
    text-align: center;
  }

  .page5-title {
    height: 35px;
  }

  .page5-top h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page5-top h5 {
    margin-bottom: 0px;
  }

  .swiper-container5 .overlay-swiper5 {
    opacity: 1;
  }

  .overlay-swiper5 .marqee {
    padding: 10px 0;
  }

  .marqee h5 {
    font-size: 1rem;
  }

  .page6-top p {
    font-size: 1rem;
    line-height: 30px;
  }

  .page6-top h4 {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .swiper6-over {
    opacity: 1;
  }

  .swiper-container6 {
    height: auto;
  }

  .swiper6-over h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .swiper6-over div {
    transform: translateY(0px);
  }

  .text1 {
    top: auto;
    bottom: 0%;
  }

  #collsec2 {
    height: 35px;
    width: 85%;
  }

  .total_coll p,
  .coll_sec2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .text1 h2 {
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    margin: auto;
  }


  .row_justify {
    flex-wrap: wrap;
  }

  .row_justify .colle_imgs,
  .all_coll.w-30,
  .infit_col {
    width: 33.33%;
    padding: 1%;
  }

  .row_justify .colle_imgs img.colle_img {
    width: 70%;
    height: auto;
  }

  .overlay3.infinite_Sec .slide3-title1 h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .infit_col img {
    width: 100%;
    height: 80vh;
  }

  .colle_imgs h4 {
    font-size: 1rem;
    line-height: 24px;
  }

  .sec3 {
    display: none;
  }

  .blogsec1 {
    padding: 60px 0 5%
  }

  .blogsec1 .row {
    flex-wrap: wrap;
    text-align: center;
  }

  .blogsec1 .row h2,
  .blogsec1 .row p {
    width: 100%;
  }

  .blogsec1 .row h2 {
    font-size: 1.063rem;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .blogsec1 .row p {
    font-size: 0.813rem;
    line-height: 23px;
  }

  .ban_content .we_celeb {
    width: 95%;
    position: unset;
  }

  .ban_content .we_celeb h2 {
    font-size: 1rem;
    line-height: 30px;
    padding-bottom: 0%;
  }

  .ban_content .we_celeb_content {
    height: auto;
  }

  .blogsec2 {
    padding: 0% 0 5%;
  }

  .blogsec2 .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 10%;
  }

  .blogsec2 .row .side_content,
  .blogsec2 .row .side_img {
    width: 100%;
    text-align: center;
  }

  .blogsec2 .row h2 {
    font-size: 1.063rem;
    line-height: 30px;
    text-align: center;
  }

  .blogsec2 .row p {
    font-size: 1rem;
    line-height: 25px;
  }

  .blogsec2 a.same_anch:hover:after {
    height: 45px;
  }

  .blogsec2 a.same_anch {
    position: unset;
    margin-top: 30px;
  }

  .mediasec2 .buttons {
    flex-wrap: wrap;
  }

  .mediasec2 .buttons button {
    padding: 10px 25px;
    font-size: 0.813rem;
    line-height: 20px;
    font-weight: 500;
  }

  .mediaPR p {
    font-size: 0.813rem;
    line-height: 18px;
  }

  .mediasec2 .media-item {

    width: 30%;
    height: auto;
  }

  .franban {
    height: 60vh;
  }

  .franban .fran_content {
    width: 90%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .franban .fran_content h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .franban .fran_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .franban .fran_content a {
    font-size: 1rem;
    line-height: 25px;
    padding: 15px;
  }

  .fransec2 h2,
  .fransec2 .why_cards:hover .overlay h2 {
    font-size: 1rem;
    line-height: 30px;
    margin: 10px 0;
  }

  .fransec2 h2:first-child {
    font-size: 1rem;
    line-height: 30px;
  }

  .row {
    flex-wrap: wrap;
  }

  .fransec2 .why_cards {
    width: 48%;
  }

  .fransec2 .row {
    justify-content: space-between;
  }

  .fransec2 .fransec2 .why_cards .overlay {
    transform: unset !important;
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay img {
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay h2,
  .fransec2 .why_cards .overlay p {
    opacity: 1 !important;
  }

  .fransec2 .why_cards .overlay h2 {
    position: absolute;
    top: 20%;
    bottom: 0;
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec2 .why_cards .overlay p {
    position: absolute;
    top: 40%;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
  }

  /* .fransec2 .why_cards .overlay h2{
  transform: translateY(-150px) !important;
}
.fransec2 .why_cards .overlay p{
  transform: translateY(-100px) !important;
  width: 70%;

} */
  .fransec2 .why_cards .overlay p,
  .fransec2 .why_cards .overlay h2 {
    color: white;
  }

  .fransec3 .row.pos .benf1,
  .fransec3 .row.pos .sidesecanime {
    width: 100%;
  }





  .modal_ourstore .map_img,
  .modal_ourstore .stores {
    width: 100%;
  }

  .modal_ourstore .map_img {
    width: 100%;
    height: 50%;
  }

  .modal_ourstore .map_img iframe {
    width: 100%;
    height: 100%;
  }

  .modal_ourstore h4 {
    font-size: 1.063rem;
    line-height: 25px;
  }

  .modal_ourstore .modal-content {
    margin: 0;
    padding: 50px 0 50px 20px;
  }

  .modal_ourstore .modal-content {
    width: 100%;
  }

  .modal_ourstore .stores p {
    font-size: 0.75rem;
    line-height: 25px;
    width: auto;
  }

  .modal_ourstore .stores {
    padding: 0;
  }

  .modal_ourstore .stores a {
    margin-left: 0;
  }

  .modal_ourstore .modal_ourstore {
    margin-top: 35px;
  }

  .modal_ourstore .close {
    font-size: 1.5rem;
    margin: 20px 10px 0 0;
    float: right;
  }






  .storesec1 {
    padding: 8% 0 5%;
  }

  .storesec1 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .storesec1 .row .img_clmn {
    width: 30%;
  }

  .storesec1 .row {
    gap: 10px;
    justify-content: center;
  }

  .storesec1 .row .img_clmn p {
    font-size: 1rem;
    line-height: 40px;
  }

  .storesec1 .row .img_clmn:nth-child(1),
  .storesec1 .row .img_clmn:nth-child(2),
  .storesec1 .row .img_clmn:nth-child(3) {
    margin-top: 5%;
  }

  .storesec1 .row .img_clmn p img {
    width: 5%;
    height: auto;
  }

  .left-sec8,
  .right-sec8 {
    width: 100%;
  }

  .hideshow_btn {
    opacity: 1 !important;
    background: none !important;
  }

  .hideshow_btn button {
    width: 70%;
  }

  #page8 {
    flex-wrap: wrap;
    height: auto;
  }

  .swiper-container6 .mySwiper {
    display: block !important;
  }

  .swiper-container6 .swiper-wrapper {
    display: flex !important;
    transform: none !important;
    flex-wrap: wrap;
  }

  .swiper-container6 .swiper-slide {
    width: 50% !important;
  }

  .page1-slide img {
    width: 100%;
    height: auto;
  }

  /* .page1-slide .desk_show{
  display: none !important;
}
.page1-slide .mob_show{
  display: block !important;
} */
  .new_ban #page1-content1 {
    bottom: 20% !important;
    width: 90%;
  }

  .new_ban .text1 {
    top: 0;
    bottom: 62%;
  }

  .new_ban .text-container {
    flex-wrap: nowrap;
    height: auto !important;
    gap: 30px;
    justify-content: end;
  }

  .new_ban .left-cont {
    width: 90%;
  }
 section#page1.our-story .text-container .text1 h2{
  text-align: left;
    margin: 0;
 }
  .new_ban .text1 h2 {
    font-size: 2rem;
    line-height: 35px;
    text-align: center;
    margin: auto;
  }

  .new_ban .title-container {
    height: auto;
  }

  .enternal_erring .row_justify .colle_imgs {
    padding: 5%;
  }

  .coll_sec2 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .coll_sec2.animate {
    padding-top: 5%;
  }

  .coll_sec2.animate #collsec2 {
    margin-bottom: 10px;
    height: auto;
  }

  section#coll_sec4 {
    display: none;
  }

  .container {
    margin: 0 15px;
  }

  #page1 {
    bottom: 0% !important;
    height: 100vh !important;
  }

  .text-container {
    width: 100%;
    height: 30vh;
}
.left-cont.main_pagecont .title-container{
      width: 75%;
}
  .new_ban{
    height: 40vh !important;
  }

  .all_coll.w-30 {
    width: 100%;
    display: flex;
  }

  .enternal_erring .row_justify .colle_imgs {
    width: 50%;
  }

  #enternal_err .infit_col {
    width: 100%;
  }

  .learn_more {
    width: auto;
    margin-left: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .learn_more a {
    height: 35px;
  }

  .all_details {
    flex-wrap: wrap;
  }

  .all_details.prod_sec1 {
    top: 0;
  }

  .all_details .slider-container_pro_details,
  .price_details {
    width: 100% !important;
  }

  .all_details .slider-container_pro_details {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .all_details .main-slider {
    width: 100% !important;
    height: 100vh !important;
  }

  .all_details .thumbnail_container_pro_details .swiper-slide {
    height: 100% !important;
    width: 30%;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
  }

  .all_details .thumbnail_container_pro_details {
    width: 100%;
    height: 10%;
  }

  .all_details .thumbnail_container_pro_details {

    position: absolute;
    bottom: 55%;
    z-index: 2;
  }

  .all_details.prod_sec1 h2.prod_heading {
    font-size: 1.563rem;
    line-height: 40px;
  }

  .all_details.prod_sec1 .price_details .price_des h3 {
    font-size: 1rem;
    line-height: 30px;
  }

  .all_details.prod_sec1 .price_details .price_des p {
    font-size: 1rem;
    line-height: 25px;
  }

  .price_details .h-80 div {
    height: auto !important;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .all_details .thumbnail_container_pro_details .swiper-slide {
    height: 100% !important;
    width: 25%;
  }

  .coll_sec2.animate.mt-50 {
    margin: 20% 0 0;
  }

  .retail_ban {
    padding: 10% 0 0;
  }

  .retail_ban h2,
  .retail_ban.malaysia h2 {
    bottom: 0;
    font-size: 1.5rem;
    line-height: 44px;
  }

  .desk_show {
    display: block !important;
  }

  .mob_show {
    display: none !important;
  }

  .malaysec2 .maly_logo,
  .malaysec2 .maly_content {
    padding-right: 0%;
  }

  .spainsec2 .estas {
    width: 100%;
    bottom: 20%;
  }

  .spainsec2 img.spainimg1 {
    top: 35%;
    width: 50%;
  }

  .spainsec2 .sub_anim,
  .secrow2 .sub_anim {
    height: 40px;
  }

  .spainsec2 img.spainimg2 {
    right: 5%;
    top: 45%;
    width: 35%;
  }

  .spainsec2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .spainsec2 p {
    font-size: 1rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .malaysec2 .maly_logo,
  .malaysec2 .maly_content {
    width: 100%;
  }

  .malaysec2 .maly_content h2 {
    font-size: 1rem;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .malaysec2 .maly_content p {
    font-size: 1rem;
    line-height: 25px;
  }
  .why_choose{
    padding-bottom:5%;
  }
  .why_choose .whychoose_content{
    position: unset;
  }
.why_choose h2{
       position: absolute;
        top: 0;
        height: 60%;
        bottom: 0;
        font-size: 23px;
        line-height: 50px;
        left: 20px;
        margin: auto;
        width: 50%;
}

.whychoose_content.white h4, .whychoose_content.white p {
color: #000;
}

.why_choose .whychoose_content .colmn{
  width: 100%;
}
.why_choose .whychoose_content .colmn .row{
  flex-wrap: nowrap;
}
.why_choose h4{
  font-size: 18px;
    line-height: 30px;
}
.why_choose p{
      font-size: 15px;
    line-height: 25px;
}
.why_choose .desk_show{
  display: none !important;
}
.why_choose .mob_show{
  display: block !important;
}
.spainsec2 img.handimg{
  width: 25%;
}

  .recon,
  .despues,
  .spainsec2 .estas {
    text-align: center;
  }

  .estas {
    padding: 0 20px;
  }

  .spainsec3 .chocrondiv,
  .spainsec3 .elcorte {
    width: 100%;
  }

  .spainsec3 .chocrondiv .row,
  .spainsec3 .elcorte .row {
    flex-wrap: nowrap;
    align-items: start;
  }

  .spainsec3 .chocrondiv .row img,
  .spainsec3 .elcorte .row img {
    width: 7%;
    height: auto;
  }

  .spainsec3 h2 {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .spainsec3 .elcorte h2 {
    font-size: 1rem;
    line-height: 25px;
    margin-top: 10px;
    text-align: left;
  }

  .spainsec3 .chocrondiv h2 {
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;

  }

  #footer-space {
    height: 65vh;
  }

  footer {
    padding: 0 5px;
    height: 65vh;
    justify-content: start;
  }

  .ft-right {
    display: none;
  }

  .social {
    display: none;
  }

  .ft-bottom h4 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 25px;
  }

  .ft-left {
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
    gap: 10px;
  }

  .ft-left .elem {
    width: 30%;
  }

  .ft-bottom {
    margin-top: 0;
  }

  .ft-top img {
    width: 20%;
  }

  .ft-bottom a,
  .ft-bottom p {
    font-size: 0.813rem;
    line-height: 23px;
    margin: 10px 0;
    font-weight: bold;
  }

  .ft-left .elem:last-child {
    width: 30%;
    text-align: center;
  }

  .ft-left .elem:last-child a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }

  #aboutsec1 h1 {
    font-size: 1.5rem;
    line-height: 40px;
    padding-top: 15px;
  }

  #stuckdiv {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    position: unset !important;
  }

  /* #stuckdiv div:first-child{ */
  /* padding-top: 10%; */

  /* } */
  #aboutsec1 {
    margin-top: 50px;
    height: 135vh;
  }

  #aboutsec1 p {
    padding: 0 15%;
    margin: auto;
    text-align: center;
    font-size: 0.813rem;
    line-height: 22px;
  }

  #about-img {
    width: 100% !important;
  }

  .besttag {
    height: auto !important;
  }

  .foundersec .row .foundercol,
  .foundersec .row .foundercolcontent {
    width: 100%;
  }

.vm_Sec .vm_content{
  position: unset;
}
.vm_Sec .vm_content .row {
    margin-top: 5%;
}
.vm_Sec .vm_content .row .cols {
    width: 48%;
}
.vm_Sec .vm_content .row .cols h2{
  font-size: 1.5rem;
    line-height: 30px;
}

  #its_core .row {
    flex-wrap: wrap;
  }

  #its_core {
    margin-top: 0;
  }

  #its_core .colm_1,
  #its_core .colm_2 {
    width: 100%;
  }

  #its_core img.img1,
  #its_core img.img2 {
    width: 100%;
    height: auto;
  }

  #its_core p {
    font-size: 1rem;
    line-height: 25px;
  }

  .colm_2 h2 {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  .content {
    flex-wrap: wrap;
  }

  .about_vision_sec .left,
  .about_vision_sec .right {
    width: 100%;
  }

  .about_vision_sec .right {
    display: none;
  }

  .about-img-div {
    width: 100% !important;
    height: 100vh !important;
  }

  .fransec2 .why_cards .overlay {
    display: flex !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* adjust if needed */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .fransec2 .why_cards .overlay img,
  .fransec2 .why_cards .overlay h2,
  .fransec2 .why_cards .overlay p {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fransec2 .why_cards:hover .overlay {
    /* disable hover animation for mobile */
    transform: none !important;
  }

  .fransec4 {
    padding-top: 30px;
  }

  .fransec4 .row .becomeimg,
  .fransec4 .row .become_con {
    width: 100%;
  }

  .fransec4 .d-none {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .fransec4 .d-none h2 {
    font-size: 1.563rem !important;
    line-height: 35px !important;
    display: block !important;
  }

  .fransec4 .d-none p {
    display: block !important;
    text-align: center !important;
  }

  .fransec4 .row .becomeimg img {
    width: 100%;
    height: auto;
  }

  .fransec4 .row .become_con h2 {
    display: none;
  }

  .fransec4 .row .become_con p:first-child {
    display: none;

  }

  .fransec4 .row .become_con h4::before {
    display: none;
  }

  .fransec4 .row .become_con p.demos {
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec4 .row .become_con a {
    font-size: 0.813rem;
    line-height: 25px;
    padding: 10px 15px;
  }

  .fransec4 .row .become_con p.demos br {
    display: none;
  }

  .fransec4 .row .become_con h4 {
    font-size: 1rem;
    line-height: 30px;
    margin-left: 0;
  }

  .about_vision_sec .text-block:first-child {
    margin-top: 20%;
  }

  .about_vision_sec .text-block {
    min-height: auto;
  }

  .about_vision_sec .vision_content h2 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .about_vision_sec .vision_content p {
    font-size: 1rem;
    line-height: 23px;
  }

  .foundersec .row .foundercolcontent {
    padding: 20px;
  }

  .foundersec .row .content h2 {
    font-size: 1.563rem;
    line-height: 35px;

  }

  .foundersec .row .foundercolcontent p {
    font-size: 1rem;
    line-height: 25px;

  }

  .foundersec .row .foundercolcontent p:first-child {
    display: none;
  }

  .foundersec .row .foundercolcontent .row {
    margin: 5% 0;
  }

  .foundersec p.head_founder {
    font-family: "montserrat";
    font-weight: 400;
    letter-spacing: 0%;
    color: #146552;
    font-size: 1.5rem;
    line-height: 40px;
    padding: 50px 0;
    display: block !important;
    text-align: center;
    text-transform: uppercase;
  }

  .foundersec .same_anch {
    width: 50%;
  }

  .foundersec .row:last-child {
    flex-direction: column-reverse;
  }

  .about_blogs .blogscol {
    position: relative;
    height: auto;
    width: 50%;
  }

  .blogscol .imgcontent1 h4,
  .blogscol .imgcontent2 h4,
  .blogscol .imgcontent3 h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .blogscol .imgcontent1 p,
  .blogscol .imgcontent2 p,
  .blogscol .imgcontent3 p {
    width: auto;
    font-size: 1rem;
    line-height: 25px;
  }

  .blogscol .imgcontent1,
  .blogscol .imgcontent2,
  .blogscol .imgcontent3 {
    transform: translateY(0%);
    opacity: 1;
    width: 100%;
  }

  .sup_ban .supban_content {
    width: 85%;
    height: 55%;
  }

  .sup_ban .supban_content h2 {
    font-size: 1.438rem;
    line-height: 35px;
  }

  .sup_ban .supban_content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .francsec5 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .francsec5 .francesec5_sub {
    text-align: center;
  }

  .francsec5 form input {
    width: 100%;
    font-size: 1rem;
    line-height: 24px;
  }

  .francsec5 .row {
    margin: 15px 0;
    gap: 15px;
  }

  .francsec5 form input::placeholder {
    font-size: 1rem;
    line-height: 24px;
  }

  .francsec5 form button {
    padding: 5px 10%;
  }

  .francsec5 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .francsec5 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .about_blogs .page6-top div {
    height: 50px !important;
  }

  .about_blogs .row {
    margin-top: 0;
    justify-content: center;
  }

  #page8 .diampage_sec {
    padding: 30px 15px;
  }

  #page8 .diampage_sec h4 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page8-title {
    height: 35px;
  }

  #page8 .diampage_sec a {
    width: auto !important;
    height: 35px;
  }

  .left-sec8 p {
    margin-top: 0;
  }

  .inspiration_content {
    height: auto;
  }

  .inspiration_content-wrapper {
    flex-wrap: wrap;
    gap: 0;
  }

  .inspiration_content-wrapper {
    height: auto;
  }

  .inspiration_image-text p {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .card_anime .diamcards {
    margin-top: -4px;
    width: 50%;
  }


  p.inspire_bottom {
    font-size: 0.813rem;
    line-height: 23px;
    padding: 5%;
    margin: 0;
  }

  .diamond_fea .text-content h2 {
    font-size: 1.5rem;
    line-height: 60px;

  }

  .diamond_fea {
    height: auto;
  }

  .diamond_fea .text-content,
  .diamond_fea .image-section {
    width: 100%;
  }

  .diamond_fea .text-content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .diamond_fea .change_con {
    display: none;
  }

  .diamond_fea .image-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    gap: 35px;
    padding: 5%;
  }

  .diamond_fea .diamond-img {
    width: 50%;
    height: auto;
  }

  .diamond_fea .dots {
    display: inline-block;
    width: 70%;
  }

  .diamond_fea .sub_div {
    width: 100%;
    display: flex;
    margin: 0px 0 20px;
  }

  .diamond_fea .dots .sub_div::after {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0%;
    left: 4px;
    width: 1%;
    height: 45px;
    background-color: rgba(190, 190, 190, 1);
    margin: 0px;
    transform: rotate(180deg);
  }

  .diamond_fea .dot,
  .diamond_fea .dot1,
  .diamond_fea .dot2 {
    margin: 0;
  }

  .diamond_fea .dots p {
    margin-left: 10px;
  }

  .diamond_fea.second_diasec .row,
  .diamond_fea.last_diasec .row {
    flex-direction: column-reverse;
  }

  .authsec2 .authecol1,
  .authsec2 .authcol2 {
    width: 50%;
  }

  .authsec2 .authecol1 img {
    width: 100%;
    height: auto;
  }

  .authsec2 h2 {
    font-size: 1rem;
    line-height: 25px;
  }

  .authsec2 h5 {
    font-size: 1rem;
    line-height: 25px;

  }

  .authsec2 a {
    width: auto;
    padding: 10px;
  }

  .authcol2 .row {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .authcol2 .row img {
    width: 35%;
    height: auto;
  }

  .bdetailsec2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .bdetailsec2 p,
  .bdetailsec2 ul li {
    font-size: 1rem;
    line-height: 24px;
  }

  .bdetailsec3 h2 {
    font-size: 1.438rem;
    line-height: 35px;
  }

  .bdetailsec3 p {
    font-size: 1.063rem;
    line-height: 25px;
  }

  .bdetailsec3 ul li {
    font-size: 1rem;
    line-height: 25px;
  }

  .bdetailsec3 p:last-child {
    font-size: 1rem;
    line-height: 25px;
  }

  .blogsec2 h3 {
    margin: 20px 0;
    font-size: 1.563rem;
    line-height: 35px;
  }

  .spainsec3 .chocrondiv .row,
  .spainsec3 .elcorte .row {
    margin: 15px 0;
  }

  .spainsec4 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .spainsec4 .row .card a {
    font-size: 1rem;
    line-height: 25px;
  }

  .spainsec4 .row .card .row {
    align-items: start;
    flex-wrap: nowrap;
  }

  .spainsec4 .row .card .row img.show {
    width: 8%;
    height: auto;
  }

  .spainsec4 .row {
    gap: 10px;
  }

  .spainsec5 .row .last_left,
  .spainsec5 .row .last_right {
    width: 100%;
  }

  .spainsec5 .row .last_left .row img {
    width: 4%;
    height: auto;
  }


  .spainsec5 .row .last_left h2 {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .spainsec5 .row .last_left p {
    font-size: 1rem;
    line-height: 22px;
  }

  .spainsec5 .row .last_left h4 {
    font-size: 1.063rem;
    line-height: 24px;

  }

  .spainsec5 .row .last_left .row {
    flex-wrap: nowrap;
    margin: 5px 0;
  }

  .spainsec5 form input::placeholder {
    font-size: 1rem;
    line-height: 24px;
  }

  .spainsec3 .chocrondiv .row a {
    font-size: 1rem;
    line-height: 25px;
  }

  .input_field {
    margin-bottom: 10px;
  }

  .spainsec4 .row:first-child {
    flex-wrap: wrap;
  }

  .spainsec4 .row:first-child img {
    width: 50%;
    height: auto;
  }

  .spainsec4 .row .card {
    padding: 20px 10px;
    width: 48%;
  }

  .spainsec5 .row .last_left a {
    font-size: 1rem;
    line-height: 22px;
  }

  .fransec4 .row {
    margin-bottom: 20px;
  }

  .fransec3 .row.pos .benf1 h2 {
    font-size: 2.5rem;
    line-height: 50px;
    margin: 0;
  }

  .benf1 .sub_anim {
    height: 50px;
  }

  .fransec3 .row.pos .benf1 p {
    font-size: 0.813rem;
    line-height: 25px;
  }

  .fransec3 .row.pos .sidesecanime .benf2 {
    height: 20%;
    margin-bottom: 5%;

  }

  .fransec3 .row.pos .benf2 h2 br {
    display: none;
  }

  .fransec3 .row.pos .benf2 h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .fransec3 a.same_anch1 p {
    z-index: 0;
  }

  .fransec3 .row.pos .benf2 p {
    font-size: 1rem;
    line-height: 25px;
  }

  .fransec3 .row.pos {
    height: 60%;
  }

  .fransec3 .mob_show {
    display: block !important;
  }

  .fransec3 .desk_show {
    display: none !important;
  }

  .page6-top {
    padding-top: 0;
  }

  .colour {
    padding-top: 15%;
    padding-bottom: 5%;
    height: auto;
    width: 100%;
  }

  .colour img {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .spainsec5.contactpage .row {
    gap: 50px;
  }

  .spainsec5 form button {
    padding: 5px;
    font-size: 0.813rem;
    line-height: 25px;
  }

  .modal .map_img,
  .modal .stores {
    width: 100% !important;
  }

  .malaysec2 .row {
    text-align: center;
  }

  .malaysec2 .maly_logo img {
    width: 65%;
    height: auto;
  }

  .malaysec2 .secrow2 .sub_anim {
    height: 55px;
    margin: auto;
  }

  .malaysec2 .row.secrow2 h2 {
    font-size: 1.438rem;
    line-height: 40px;
  }

  .malaysec2 .secrow2 .sub_anim:last-child {
    margin-bottom: 0;
  }

  .cta_sticky {
    position: unset !important;
    height: auto !important;
  }

  .cta_img-wrap {
    display: none;
  }

  .flex_individuals {
    flex-wrap: wrap;
  }

  .cta_content {
    width: 100% !important;
  }

  .cta_title-list {
    height: auto !important;
  }

  .cta_content.names .cta_title-list,
  .cta_title-item.instrument {
    height: auto !important;
    margin: 10px 0;
  }

  .cta_content.names .cta_title-heading {
    margin: auto;
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .cta_content .cta_title-heading {
    font-size: 1rem !important;
    line-height: 25px !important;
  }

  .cta_trigger {
    height: auto !important;
  }

  .spainsec5 .row .last_right h2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .page1-bottom.mob_show {
    overflow: hidden;

  }

  #featuresec {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fransec2 .swiper-button-prev img,
  .fransec2 .swiper-button-next img {
    width: 100%;
    height: auto;
  }

  .fransec2 .swiper-button-prev,
  .fransec2 .swiper-button-next {
    display: block;
    bottom: -15%;
    top: auto;
  }

  .fransec2 {
    padding: 5% 0 10%;
  }

  .fransec2 .swiper-button-prev:after,
  .fransec2 .swiper-rtl .swiper-button-next:after,
  .fransec2 .swiper-button-next:after,
  .fransec2 .swiper-rtl .swiper-button-prev:after {
    display: none;
  }

  .fransec2 .swiper-button-prev {
    left: 30%;
  }

  .fransec2 .swiper-button-next {
    right: 30%;
  }

  .faqsec {
    padding: 15% 0 0;
  }

  .faqsec .faq_clmns1,
  .faq_clmns2 {
    width: 100%;
  }

  .faqsec .faq_clmns1 {
           padding: 20px 50px;
        text-align: center;
        width: auto;
        margin: auto;
  }

  .faqsec .faq_clmns1 p br {
    display: none;
  }

  .faqsec .faq_clmns1 p {
    font-size: 1rem !important;
    line-height: 25px !important;
    padding-bottom: 10px !important;
  }

  .container .accordion-heading h3 {
    font-size: 1rem !important;
    line-height: 25px !important;
  }

  .container .accordion-content {
    font-size: 1rem !important;
    line-height: 22px !important;
  }

  .accordion.active .accordion-heading:after {
    content: "-";
    font-size: 30px !important;
  }

  .accordion-heading:after {
    content: '+';
    font-size: 1rem;
  }

  .container .accordion.active .accordion-heading {
    padding: 10px 5px !important;
  }

  .faqsec .faq_clmns1 h2 {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .container .accordion-wrapper {
    padding: 0 !important;
  }
}


@media (min-width: 1030px) and (max-width: 1260px) {
  #page4 h4 {
    font-size: 2.5rem;
  }

  #page4 h5 {
    font-size: 1.5rem;
  }

  .sub-nav {
    justify-content: space-between;
    gap: 0;
  }

  #page8 a {
    padding: 0 20px;
  }

  .inspiration_content-wrapper {
    margin-top: 0;
  }

  .inspiration_content h2.dia-h {
    margin-bottom: 0px;
    margin-top: 50px;
    width: 50%;
    font-size: 1.5rem;
    line-height: 45px;
  }

  .parts1 h3 {
    margin-bottom: 30px;
  }

  .blogsec1 {
    padding: 7% 0 5%;
  }

  .blogsec2 .row h2,
  .ban_content .we_celeb h2 {
    font-size: 1.5rem;
    line-height: 40px;
  }

  #page8 .diampage_sec h4 {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .blogsec2 {
    padding: 5% 0 5%;
  }

  .blogsec2 .row {
    margin: 0 0 3%;
  }

  .about_blogs .blogscol {
    height: 500px;
  }

  .about_blogs .row {
    margin-top: 0;
  }

  #its_core {
    padding: 5% 0;
  }

  .fransec2 .why_cards:hover .overlay h2,
  .fransec2 .why_cards .h-50 h2 {
    font-size: 1.563rem;
    line-height: 35px;
  }

  .fransec2 .why_cards:hover .overlay h2 {
    bottom: 55%;
  }

  .fransec4 .row .become_con h4::before {
    width: 50px;
  }
  .vm_Sec .vm_content{
        height: 90%;
  }
  #page1-content1{
    bottom: 5% !important;
  }
  .text1 h2{
        margin-bottom: 0px;
  }
 .vm_Sec .vm_content .row .cols p{
      font-size: 14px;
    line-height: 24px;
    margin-top: 0;
 }

 .blogsec2 a.same_anch{
      bottom: 0;
 }
.text1 h2{
     font-size: 35px;
    line-height: 45px;
}

.left-cont .title-container{

}
}












/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* landing page css */

#pre_order .d-down select {
  width: 200px;        
  padding: 8px 12px;      
  border: 1px solid #ccc; 
  border-radius: 6px;     
  font-size: 14px;       
  margin-right: 15px;    
  appearance: none;       
  background-color: #fff; 
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  cursor: pointer;
}

#pre_order .d-down select,
#pre_order .d-down select option {
  font-family: "montserrat";
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
}
