@import url("https://fonts.cdnfonts.com/css/cambon");
@import url("https://fonts.cdnfonts.com/css/axiforma");
.axiforma_text {
  font-family: "Axiforma", sans-serif !important;
}

.cambon_text {
  font-family: "Cambon", serif !important;
}
input::placeholder,
textarea::placeholder {
  font-family: "Axiforma", sans-serif !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Axiforma", sans-serif !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/allenia");

#main[data-scroll-container] {
  will-change: transform;
}

#main {
  scroll-snap-type: y mandatory;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
@font-face {
    font-family: nb;
    src: url(./fonts/NBInternationalProBoo.woff2);
}
@font-face {
    font-family: rejouice;
    src: url(./fonts/Rejouice-Headline.ttf);
}*/
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "nb";
}

.font_fam_alSnFnt {
  font-size: 3em;
}

.font_fam_alSnMD {
  font-size: 2em;
  color: black;
}

.font_fam_alSnMDextra {
  font-weight: 800;
  font-size: 2.5em;
}

.font_fam_alSn {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  /*    font-family: 'Allenia', sans-serif;*/
  font-family: Axiforma;
}

html,
body {
  /*    background: #fff;*/
  /*background: #ede3bd;*/
}

#loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background: #000;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

#loader h3 {
  font-size: 3vw;
}

#page1 {
  height: 100vh;
  width: 100%;
  position: relative;
}

#pagecountersec,
#pageabout01 {
  width: 100%;
}

/*
#pageProject1::before {
        content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: black;
            opacity: 0.5!important; 
            z-index: -1;
            overflow-x: hidden!important;
}*/
#pageProject1 {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0px;
  background: url("casablanca/luxury-living-room-with-stunning-view-city-skyline.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#cursor {
  height: 7.5vw;
  width: 7.5vw;
  background-color: #ff5f38;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

#cursor h5 {
  font-size: 1.15vw;
  font-weight: 500;
}

#page1 video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

#page1-content {
  height: 100%;
  position: relative;
  width: 100%;
  color: #fff;
  display: flex;
  z-index: 10;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

/*nav {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 1vw;
    background: #9e732738;
}
nav h3 {
    font-size: 1.4vw;
    font-weight: 100;
}
nav h4 {
    font-size: 1.4vw;
    font-weight: 100;
}*/

#page1-content h1 {
  /*    font-family: rejouice;*/
  font-size: 27vw;
  line-height: 27vw;
  font-weight: 100;
}

#page1-content span {
  /*    font-family: rejouice;*/
  display: inline-block;
}

#page2 {
  height: 100vh;
  width: 100%;
  background: #faf8f3;
  color: #0e0e0e;
  display: flex;
  flex-direction: column;
}

/*#page2>#nav {
    display: flex;
    padding: 2.8vw;
    padding-bottom: 1vw;
    height: 21vh;
    width: 100%;
    align-items:end;
    overflow: hidden;
    justify-content: space-between;
    border-bottom: 1px solid #91908e;
}*/
hr {
  width: 94.4vw;
  margin: 0 auto;
  justify-content: center;
}

#page2 > #nav > .elem h1 {
  align-items: baseline;
  font-family: nb;
  font-size: 1.67vw;
  font-weight: 100;
}

#page2 > .heading {
  padding: 2.8vw;
}

#page2 > .heading h1 {
  font-size: 4.2vw;
  font-weight: 500;
}

#space {
  margin-left: 8vw;
}

#page3 {
  /*    min-height: 100vh;*/
  width: 100%;
  position: relative;
  padding: 3vw;
}

#page3-top {
  text-align: center;
}

#page3-top h4 {
  margin-bottom: 1vw;
  font-size: 1vw;
  font-weight: 500;
}

#page3-top span {
  font-size: 0.7vw;
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 10px;
}

#page3-top h2 {
  font-size: 4vw;
  font-weight: 500;
}

#page3-elements {
  /*    height: 75vh;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*    margin-top: 8vw;*/
}

#page3-elements .box {
  height: 100%;
  width: 32.5%;
  position: relative;
}

#page3-elements .box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#page3-elements .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: all linear 0.7s;
}

#page3-elements > .box:hover img {
  opacity: 0;
}

/*#page4 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*#page4 a {
    color: #fff;
    padding: 5vw;
    font-size: larger;
    font-weight: bolder;
    text-decoration: none;
}

#page4-top {
    position: absolute;
    z-index: 2;
}

#page4 video {
    width: 50%;
}

#page4 svg {
    position: absolute;
    height: 65%;
}
*/
#page5 {
  height: 100vh;
  width: 100%;
}

#page01 {
  /* height: 106vh; */
  width: 100%;
  /*    position: relative;*/
}

#page02 {
  /*    height: 100vh;*/
  width: 100%;
}

#page03 {
  width: 100%;
}

#page04Footer {
  width: 100%;
}

#page03 {
  /*    height: 100vh;*/
  width: 100%;
}

#page5 h1 {
  font-size: 10vw;
  font-family: rejouice;
  font-weight: 100;
  border-bottom: 1px solid #000;
  width: 96%;
  margin-left: 2%;
  margin-bottom: -3vw;
}

#page5 #swiperdiv {
  position: relative;
  height: 100vh;
}

.swiper {
  width: 100vw;
}

.swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.swiper-wrapper {
  align-items: baseline;
  position: absolute;
  z-index: 10;
}

.header_casa {
  background: rgba(31, 25, 20, 0.5);
}

.ourPromiseSec .ourPromiseTextDiv {
  padding: 0 120px;
  max-width: 550px;
}

.ourPromiseSec .ourPromiseImgDiv,
.ourPromiseSec .ourPromiseTextDiv {
  width: 50%;
}

.goldenBorderBtn {
  background: #fff;
  min-width: 120px;
  min-height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9d7f19;
  text-align: center;
  font-family: "Futura Bk BT";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 10px 20px;
  border: 1px solid #9d7f19;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: inline-flex;
  text-transform: capitalize;
  cursor: pointer;
}

.goldenBorderBtn:hover {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #fff;
  background: #9d7f19;
}

.box {
  width: 100px;
  height: 100px;
  background-color: #28a92b;
  position: absolute;
  left: 100px;
  z-index: 100;
  line-height: 100px;
  font-size: 50px;
  text-align: center;
}

.a {
  top: 100px;
  background-color: #8d3dae;
}

.b {
  top: 500px;
}

.c {
  top: 900px;
  background-color: #e26c16;
}

.ghost {
  top: 900px;
  background-color: #444;
}

.line {
  width: 2px;
  height: 3000px;
  position: absolute;
  left: 600px;
  top: 0px;
  /*   visibility: hidden; */
  background-color: #777;
}

.mskjd {
  width: 0%;
  /* Start with zero width */
  object-fit: cover;
  transition: width 1s ease-out;
  /* Optional fallback for non-GSAP users */
}

.cus_fontactive {
  color: #fcb339;
}

/* .cus_font-header:hover {
    color: #fcb339;
} */

.cus_font-gold {
  color: #fcb339;
}

.cus_font-header {
  /*    backdrop-filter: blur(10px);*/
  color: gold;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  /*    font-size: 18px;
    font-family: 'Allenia';
    font-weight: 700;
    letter-spacing: 1.4px;*/
  font-size: 17px;
  font-family: math;
  font-weight: 200;
}

/* --------------------------------------------------------------------------------- */
body::before,
.body-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*    background-image: url(body-bg-img-4.jpg);*/
  /*    opacity: 0.1 !important;*/
  z-index: -1;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');

.counter_wrapper {
    width: 100%;
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 100px;
    font-family: 'Poppins', sans-serif;
}

.counter_wrapper .count_box {
    padding: 20px;
    border: 2px solid #dc4225;
    border-radius: 10px;
    text-align: center
}

.counter_wrapper .count_box h3 {
    font-size: 40px;
    font-weight: 600;
    color: #222;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.counter_wrapper .count_box h4 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #313131;
    padding-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.counter_wrapper .box_center {
    background: linear-gradient(to bottom right, #002f4b, #dc4225);
    background-position: center 0;
    background-size: cover
}

.counter_wrapper .box_center h3,
.counter_wrapper .box_center h4 {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

 .counter_wrapper .box_hover:hover {
    background: linear-gradient(to bottom right, #002f4b, #dc4225);
    background-size: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.counter_wrapper .box_hover:hover h3,
.box_hover:hover h4 {
    color: #fff
}

@media(max-width:768px) {
    .counter_wrapper .col-md-4 {
        margin-bottom: 15px
    }
}
 */
/* .imgAnimation,
.ourPurposeSec .ourPurposeImgDiv .imgDiv img,
.ourPromiseSec .ourPromiseImgDiv img {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215, .61, .355, 1);

}

.imgAnimation.aos-animate,
.ourPurposeSec .ourPurposeImgDiv .imgDiv img.aos-animate,
.ourPromiseSec .ourPromiseImgDiv img.aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215, .61, .355, 1);
}

.ourPromiseSec {
    padding: 80px 0;
}

.ourPromiseSec .ourPromiseImgDiv,
.ourPromiseSec .ourPromiseTextDiv {
    width: 50%;
}

.ourPromiseSec .ourPromiseImgDiv img {
    width: 100%;
}

.ourPromiseSec .ourPromiseTextDiv {
    padding: 0 120px;
    max-width: 550px;
}

.peopleSec .ourPromiseSec .container {
    padding: 0 80px;
}

.peopleSec .ourPromiseSec .headingH1 {
    color: #9d7f19;
    font-size: 20px;
}

.peopleSec .ourPromiseSec h5 {
    font-family: "Futura Hv BT";
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    color: #6d6e70;
}

.peopleSec .ourPromiseSec h5 span {
    font-family: "Futura Bk BT";
}

.peopleSec .ourPromiseSec .ourPromiseTextDiv {
    padding: 0 80px;
}

.ourPromiseSec {
    padding: 50px 0;
}

.ourPromiseSec .row {
    flex-wrap: wrap;
}

.ourPromiseSec .ourPromiseImgDiv,
.ourPromiseSec .ourPromiseTextDiv {
    width: 100%;
}

.ourPromiseSec .ourPromiseTextDiv {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

.peopleSec .ourPromiseSec .container {
    padding: 0 20px;
}

.peopleSec .ourPromiseSec .ourPromiseTextDiv {
    padding: 0;
}

.ourPromiseSec.pt-1 {
    padding-top: 35px;
}

.ourPromiseSec.acceleratorp-publication {
    padding-top: 80px;
}

.ourPurposeSec .ourPurposeImgDiv .imgDiv,
.ourPromiseSec .ourPromiseImgDiv,
.ourPromiseSec .ourPromiseTextDiv {
    width: 50%;
}

.ourPromiseSec .ourPromiseTextDiv {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 30px;
}

.ourPromiseSec {
    padding: 35px 0;
}

.ourPromiseSec .ourPromiseTextDiv {
    padding: 0 120px;
    max-width: 550px;
}

.ourPromiseSec .ourPromiseImgDiv,
.ourPromiseSec .ourPromiseTextDiv {
    width: 50%;
} */
.trigger-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #c2992e;
  text-shadow: 0px 0px 15px rgba(194, 153, 46, 0.9);
  /* background: linear-gradient(to bottom, #0a0a0a, #1a1a1a); */
}

/* Counter Section */
.counter-sectionOld {
  /*     width: 100%;*/
  /*     padding: 80px 10px;*/
  /* background: radial-gradient(circle, rgba(194, 153, 46, 0.2), #0a0a0a); */
  /*     display: flex;*/
  /*     justify-content: center;*/
  /*     justify-content: space-around;
     flex-wrap: wrap;
     gap: 30px;*/

  width: 100%;
  /* background: radial-gradient(circle, rgba(194, 153, 46, 0.2), #0a0a0a); */
  display: flex;
  /* justify-content: center; */
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0px auto;
  /* position: absolute; */
  /* border: 0px; */
  bottom: 0px;
  align-items: center;
  padding: 80px 10px;
}

.counter-section {
  width: 100%;
  /* background: radial-gradient(circle, rgba(194, 153, 46, 0.2), #0a0a0a); */
  display: flex;
  /* justify-content: center; */
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0px auto;
  /* position: absolute; */
  /* border: 0px; */
  bottom: 0px;
  align-items: center;
  /*    padding: 200px 150px;*/
  /*background-attachment: fixed;
    background: url('02-courbes.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: transparent;
    backdrop-filter: blur(10px);*/
}

.main_section_counter {
  /*    padding: 200px 150px;*/
  background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 78%)),
    url(bg_demo2.jpg) no-repeat center center / cover;
}

/* Counter Box */
.counter-box {
  /*flex: 1;
     min-width: 150px;
     max-width: 200px;
     padding: 10px;
     text-align: center;
     font-size: 4rem;
     font-weight: 900;*/
  /* color: #d4af37; */
  /*  background: linear-gradient(135deg, #d4af37, #ffde74);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     border-radius: 15px;*/
  /* box-shadow: 0 0 20px rgba(212, 175, 55, 0.6); */
  /*     opacity: 0;*/
  transform: scale(0.5);
  transition: transform 0.3s ease-out;

  /*  old   background-color: #050505;*/

  /*new start*/
  /*color: #ecd065;*/
  color: #a37f10;
  background-color: #ecd065;
  /*new end*/
  /*     text-shadow: 2px 2px 10px rgba(212, 175, 55, 0.7);*/

  min-width: 150px;
  padding: 10px;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  -webkit-background-clip: text;
  border-radius: 15px;
}

/* Label */
.label {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 10px;
  color: #c2992e;
  /*     opacity: 0;*/
  transition: opacity 0.5s ease-in;
}

.jkjr1 {
  /*    background: #03030338;*/
  /*    height: 50px;*/
  /*    width: 100%;*/
  font-size: 52px;
  /*    border-radius: 33px;*/
  /*    border-bottom-right-radius: 0px;*/
  /*    box-shadow: 0px 0px 59px -6px #050505;*/
  color: white;
  position: absolute;
  margin: 0px auto;
  right: 60px;
  /*    left: 20px;*/
  /*    top: 0px; */
  border: 0px;
  bottom: 60px;
  letter-spacing: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_row_headline_mr {
  color: white;
  position: absolute;
  margin: 0px auto;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  flex-direction: column;
  right: 0px;
  /* background: #000000a8; */
}

.page_row_headline {
  font-size: 52px;
  letter-spacing: 7px;
}

.jkjr {
  font-size: 52px;
  color: white;
  position: absolute;
  margin: 0px auto;
  left: 20px;
  border: 0px;
  /* bottom: 60px; */
  letter-spacing: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Sectin 4 start*/

.ourPurposeSec {
  min-height: 100vh;
  background: transparent !important;
  position: relative;
}

/*Sectin 4 end*/

.ourPrideSliderDiv .swiper-slide {
  margin: 10px 2px !important;
}

.ourPrideImgDiv {
  position: relative;
}

.ourPrideImgDiv_subP {
  bottom: 0px !important;
  width: 100% !important;
  background: #000000b8 !important;
  text-align: center !important;
  padding: 10px !important;
  color: white !important;
  font-size: 18px !important;
  letter-spacing: 1.5px !important;
  font-weight: 600 !important;
  /*    font-family: 'Allenia'!important;*/
  font-family: Axiforma;
  margin-top: -40px !important;
}

.bg__paynow {
  /*    background: #937e10;*/
  /*    background: #fcb339;*/
  background: #ab874de0;
  /* background: #453214; */
  border-radius: 4px;
  font-size: 13px;
}

/* latest       background: linear-gradient(rgb(255 196 24 / 68%), rgb(255 186 0 / 23%)), url(https://img.freepik.com/free-vector/black-hexagonal-grid-line-pattern-bold-industrial-wallpaper_1017-43002.jpg?t=st=1743688619~exp=1743692219~hmac=960ea5270f936e20b655daf81ff55bfe4dcd6d2476502f146b3e0aef266c6225&w=1480) no-repeat center center / cover;*/

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*            background: url('photo-1559717201-fbb671ff56b7.AVIF') no-repeat center center/cover;*/
  /*        background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 78%)), url(bg_demo2.jpg) no-repeat center center / cover;*/
  /*        linear-gradient(rgb(219 187 0 / 37%), rgb(249 229 12 / 23%)), url(photo-1559717201-fbb671ff56b7.AVIF) no-repeat center center / cover;*/
  opacity: 0.5 !important;
  /* Adjust opacity here */
  z-index: -1;
  overflow-x: hidden !important;
}

.ext_layer_1 {
  width: 100%;
  height: 100%;
  background: #fcfbfb69;
  position: absolute;
}

/*.ourPromiseSec .ourPromiseTextDiv{
    padding: 0px 10px !important;
}
*/

.setPadding_drs1 {
  padding: 0px 30px !important;
}

.text_7_1 {
  /*    font-size: 5rem!important;*/
  font-size: 3rem !important;
}

.text_7_2 {
  font-size: 8rem !important;
}

.text_3_1 {
  font-size: 3rem !important;
}

.text_2_1 {
  font-size: 2rem !important;
}

.text_1_1 {
  font-size: 2.5rem !important;
  font-weight: 500;
}

.set_sec_4Font {
  color: #000000bd;
  font-size: 16px;
}

.tagLine {
  color: #a37f05 !important;
}

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

.tagLine2cus_text {
  font-size: 4rem !important;
}

.text_pcus {
  padding: 0px 50px;
}

.containerSde {
  position: absolute;
  top: 40%;
  transform: translateY(-33%);
  left: 5%;
  margin: 0 auto;
}

/*linear-gradient(rgb(255 255 255), rgb(255 255 255 / 78%)), url(k.jpg) no-repeat center center / cover*/

.relative_pos {
  position: relative;
}

.ourPromiseImgDiv2Sub {
  position: absolute;
  width: 60% !important;
  /*    right: -15%;*/
  right: -10%;
  bottom: -12%;
}

.imgDiv {
  width: 100% !important;
}

body {
  overflow-x: hidden !important;
}

.padding_cusSet {
  padding: 100px 11px !important;
}

.p_reset {
  padding: 0px 6% !important;
}

.main_dre {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 25% 25% 50%;

  /* background-color: #EDEBED; */
  grid-template-rows: 26% 56% 18%;
}

.logo_dre {
  /* background-color: red    ; */
  padding: 1.2vw;
}

.menu_dre {
  /* background-color: aqua; */
  grid-column: 2;
  justify-self: end;
  align-self: center;
  text-align: right;
  padding: 3vw;
}

.menu_dre h4 {
  margin-bottom: 1.5vw;
  font-size: 2vw;
}

.menu_dre h5 {
  font-size: 1.2vw;
  color: #3a3939;
}

.hero_dre {
  /* background-color: blanchedalmond; */
  grid-column: 1 / 3;
  padding: 0 1.2vw;
  color: #9d7f19;
  line-height: 2px;
}

.hero_dre h4 {
  font-size: 6.8vw;
  /* font-stretch:10px; */
  font-weight: 200;
  line-height: 6.3vw;
}

.hero_dre h4:nth-child(2n) {
  text-align: center;
}

.footer_dre {
  /* background-color: blue; */
  grid-column: 1/3;
  padding: 1.2vw;
}

.video_dre {
  /* background-color: rgb(224, 127, 0); */
  grid-column: 3;
  grid-row: 1 / 4;
  padding: 1.2vw;
  padding-right: 6vw;
}

#square_dre {
  /*    background-color: black;*/
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
}

.video_dre img {
  /*.video video{*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow_btd {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fcb339;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
}

@media (max-width: 600px) {
  .main_dre {
    grid-template-columns: 50% 50%;
    grid-template-rows: 14% 30% 6% 50%;
    padding: 1.4vw;
  }

  .video_dre {
    grid-column: 1/3;
    grid-row: 4;
  }

  ._dre h4 {
    font-size: 18vw;
    /* font-stretch:10px; */
    font-weight: 200;
    line-height: 15.3vw;
  }

  .menu_dre {
    padding: 30px 20px;
  }

  .menu_dre h4 {
    font-size: 7vw;
  }

  .menu_dre h5 {
    font-size: 2.8vw;
  }

  .logo_dre {
    padding: 20px 20px;
  }
}

.socialLinkFix {
  position: fixed;
  right: 0px;
  bottom: 80px;
  width: 50px;
  z-index: 99 !important;
}

.socialLinkFix > div {
  cursor: pointer;
  background: #00000054;
  color: white;
  padding: 14px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-top: 10px;
  transition: transform 0.3s ease-out;
}

.socialLinkFix > div:hover {
  transform: scale(1.1);
  /*    margin-left: -10px;*/
}

.ourPrideSliderDiv .swiper-slide p {
  position: fixed !important;
}

.ourPrideSec {
  padding: 0px !important;
}

.bg-thmBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 10 13 / var(--tw-bg-opacity));
}

.lggrid-colsthree {
  grid-template-columns: 45% 25% 30%;
}

.ctaFormNew .input {
  width: 100%;
  --tw-bg-opacity: 1;
  padding: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background: black;
  border: 3px solid white;
  color: white;
}

.ctaFormNew {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ctaFormNew .react-tel-input input {
  height: 56px;
  width: 100%;
  border-radius: 0;
  border-width: 0;
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background: black;
  border: 3px solid white;
  color: white;
}

.setpaddingh {
  padding: 70px 0px !important;
}

.thm-btn-1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0.875rem 3rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 10 13 / var(--tw-text-opacity));
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: radial-gradient(
      18.62% 119.64% at 105.26% 119.64%,
      rgba(255, 250, 240, 0.41) 0,
      hsla(39, 65%, 64%, 0.41) 100%
    ),
    radial-gradient(
      30.77% 108.93% at -8.5% -33.93%,
      hsla(0, 0%, 100%, 0.41) 0,
      hsla(39, 65%, 64%, 0.41) 100%
    ),
    radial-gradient(32.02% 32.09% at 51.45% 86.93%, #fff7e7 0, #dfb569 86.4%);
}

.thm-btn-1:hover {
  background: radial-gradient(
      18.62% 119.64% at 105.26% 119.64%,
      rgba(255, 250, 240, 0.41) 0,
      hsl(39deg 100% 50.78% / 41%) 100%
    ),
    radial-gradient(
      30.77% 108.93% at -8.5% -33.93%,
      hsla(0, 0%, 100%, 0.41) 0,
      hsl(39deg 81.53% 34.09% / 41%) 100%
    ),
    radial-gradient(32.02% 32.09% at 51.45% 86.93%, #fff7e7 0, #dfb569 86.4%);
}

.thm-btn-1:after {
  z-index: -2;
  background: radial-gradient(
      18.62% 119.64% at 105.26% 119.64%,
      rgba(255, 250, 240, 0.41) 0,
      hsla(39, 65%, 64%, 0.41) 100%
    ),
    radial-gradient(
      30.77% 108.93% at -8.5% -33.93%,
      hsla(0, 0%, 100%, 0.41) 0,
      hsla(39, 65%, 64%, 0.41) 100%
    ),
    radial-gradient(32.02% 32.09% at 51.45% 86.93%, #fff7e7 0, #dfb569 86.4%);
}

.sedlkjd {
  background: radial-gradient(
      18.62% 119.64% at 105.26% 119.64%,
      rgba(255, 250, 240, 0.41) 0,
      hsla(39, 65%, 64%, 0.41) 100%
    ),
    radial-gradient(
      30.77% 108.93% at -8.5% -33.93%,
      hsla(0, 0%, 100%, 0.41) 0,
      hsla(39, 65%, 64%, 0.41) 100%
    ),
    radial-gradient(32.02% 32.09% at 51.45% 86.93%, #fff7e7 0, #dfb569 86.4%);
  font-size: 22px;
}

.ourPrideSec .ourPrideSliderDiv .swiper-wrapper {
  padding-bottom: 30px;
}

.ourPrideSec {
  padding: 80px 0 0 0;
}

.ourPrideSliderDiv {
  margin-top: 40px;
  padding-bottom: 80px;
}

.ourPrideSliderDiv .swiper-slide {
  width: 250px;
  margin: 0 30px;
  overflow: hidden;
}

.ourPrideSliderDiv .swiper-slide:first-child {
  margin-left: 90px;
}

.ourPrideSliderDiv .swiper-slide:last-child {
  margin-right: 90px;
}

.ourPrideSliderDiv .swiper-slide a {
  display: block;
}

.ourPrideSliderDiv .swiper-slide img {
  width: 100%;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bodDiv .swiper-slide img {
  filter: grayscale(1);
}

.ourPrideSliderDiv .swiper-slide .ourPrideImgDiv {
  overflow: hidden;
}

.ourPrideSliderDiv .swiper-slide:hover img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}

.ourPrideSliderDiv .swiper-slide p {
  color: #6d6e70;
  font-family: "Futura Md BT";
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3rem;
  margin-top: 10px;
  text-align: left;
  /* padding: 0 2rem; */
}

.ourPrideSliderDiv .container {
  /* margin-top: 40px; */
}

.ourPrideSliderDiv .container a {
  margin: 0 auto;
  margin-top: 34px;
}

.footer_main {
  /*    background: linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 77%)), url('casablanca/SL-030822-49070-13.jpg') no-repeat center center / cover;*/
  background: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 90%)),
    url(casablanca/SL-030822-49070-13.jpg) no-repeat center center / cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_main_sub {
  padding: 80px 0px;
}

.lggrid-cols_45_25_30 {
  grid-template-columns: 45% 25% 30%;
}

@media (min-width: 1024px) {
  .lggrid-cols_45_25_30 {
    grid-template-columns: 45% 25% 30%;
  }

  .lggrid-cols_70_30 {
    grid-template-columns: 70% 30%;
  }
}

.unlock_txt {
  color: rgb(133, 101, 53);
}

.paraTwo {
  font-size: 14px;
}

.border_white {
  border-bottom: 1px solid white;
}

.w_set80 {
  width: 80%;
}

.bg-gray_cus {
  background: #000000c7;
}

.set_border_iemail {
  outline: none;
  border-bottom: 1px solid #6c6c6c;
  background: transparent;
}

.setFont_der3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}

.pt__colorser {
  border-top: 1px solid gray;
}

.gold_set_border {
  padding: 8px;
  border: 2px solid #d8a74e;
}

.bg_gold_set_border {
  background: #d8a74e;
}

.casa_sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 20%;
  height: 100vh;
  /* background: linear-gradient(to right, #0c161e80 50%, #3c708659 35%, #0c161e80 50%); */
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.604);
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sidebar-main-open {
  left: 0;
}

.h_80 {
  height: 95%;
}

.h_20 {
  height: 5%;
}

.sidebar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*    background-color: #000000ac;*/
  z-index: 777;
  transition: all 1s ease-in-out;
  overflow: hidden;
}

.ul_menu_li li::before {
  /* content: "-> "; */
  /* Unicode or Emoji or even plain text */
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
}

.ul_menu_li {
  bottom: 0px;
  top: 70px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  line-height: 4;
}

.ul_menu_li li {
  cursor: pointer;
  transition: all linear 0.7s;
  font-size: 17px;
  font-family: Axiforma;
}

.ul_menu_main {
  bottom: 0px;
  top: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  line-height: 3;
}

.ul_menu_li_sub li {
  cursor: pointer;
  transition: all linear 0.7s;
  font-size: 20px;
  font-family: Axiforma;
}

.font_system_ui {
  font-family: Axiforma;
}

/*
.ul_menu_li li:hover{
    --tw-text-opacity: 0.7;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}*/

/*happy customer start*/

#intro {
  padding: 100px;
}

.pin-image-wrapper {
  position: sticky;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-headline {
  position: sticky;
  grid-column: span 2;
  right: 0;
  bottom: 7vh;
  font-size: 9rem;
  font-weight: bold;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.image-mask {
  height: 70vh;
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
  /*  border-radius: 20px;*/
  position: relative;
}

.image-caption {
  /*position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;*/
  z-index: 99;
  /* max-width: 250px;
  padding: 12px 24px;
  border-radius: 8px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(7px);
  font-size: 16px;
  color: #111;*/
  /*  opacity: 0;*/
}

.pin-image-fade-in {
  opacity: 0;
}

#pageHappyCustomer > img {
  width: 100%;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.background-circle {
  background: #222;
  width: 25vw;
  height: 25vw;
  z-index: -1;
  border-radius: 50%;
  position: sticky;
  grid-column: span 2;
  right: 0;
  bottom: 7vh;
  font-size: 9rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/*happy customer end*/

.happycustomerClientFlex {
  padding: 20px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.pin-image-wrapper {
  position: sticky;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid_cus_dr02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: stretch;
  gap: 100px;
}

.feature-headline {
  position: sticky;
  grid-column: span 2;
  right: 0;
  bottom: 7vh;
  font-size: 9rem;
  font-weight: bold;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.image-mask {
  height: 80vh;
  aspect-ratio: 12/12;
  object-fit: cover;
  overflow: hidden;
  /*  border-radius: 20px;*/
  position: relative;
}

.image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  z-index: 99;
  max-width: 250px;
  padding: 12px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  font-size: 16px;
  color: #111;
  opacity: 0;
}

.pin-image-fade-in {
  opacity: 0;
}

.image-mask > img {
  width: 100%;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.background-circle {
  background: #222;
  width: 25vw;
  height: 25vw;
  z-index: -1;
  border-radius: 50%;
  position: sticky;
  grid-column: span 2;
  right: 0;
  bottom: 7vh;
  font-size: 9rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.set_sec_2Font {
  color: white !important;
  font-size: 18px !important;
  /*    background: #00000024;*/
  /*    padding: 13px;*/
  /*    border-radius: 9px;*/
  /*    box-shadow: 0px 0px 25px -12px black;*/

  text-align: justify;
  padding: 12px;
}

.text_pr_main {
  width: 80%;
}

.test_case_sec_1,
.test_case_sec_2 {
  /*    filter: grayscale(1);*/
  /*    width: 85%;*/
  /*    height: 600px;*/
  /* opacity: 0; */
}

.test_case_sec_2 {
  /* filter: grayscale(1); */
  /*    width: 90%;*/
}

.setPadding_drs2 {
  padding: 0px 100px !important;
}

.section_previos_reset {
  width: 100%;
  height: 100vh;
}

/* Full-screen section container */
.full-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("hermina/dubai_footer_img_latest_0.jpeg");
  background-size: cover;
}

/* Background image covers entire section */
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 1536px;
    height: 790px; */
  background: url("hermina/dubai_footer_img_latest_0.jpeg") no-repeat center
    center;
  background-size: 1536px 790px;
  width: 100%;
  height: 100%;
  /* background: url('hermina/gallery-1.webp'); */
  background-size: cover;
  z-index: 1;
}

/* Overlay container with two side-by-side layers */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}

/* Both overlay layers take half the width */
.right-layer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  flex-direction: column;
}

.left-layer {
  height: 100%;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.left-layer {
  background: black;
  width: 45%;
}

.right-layer {
  background: #000000c7;
  width: 65%;
}

/* Initial state: left layer off-screen to left, right layer off-screen to right */
.left-layer {
  transform: translateX(-100%);
  opacity: 0;
}

.right-layer {
  transform: translateX(100%);
  opacity: 0;
}

.left-layer h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.5rem;
  /* Start with normal position */
  transform: translateY(0);
}

.text-overlay {
  /*    width: 230px;*/
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 200px;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bg__black {
  font-size: 20px;
  padding: 8px 14px;
  background: #00000000;
}

.ifram_swt iframe {
  width: 100%;
  height: auto;
}

#pageProject1 video {
  width: 100%;
}

.math_auto {
  text-transform: math-auto !important;
}

.h_100 {
  height: 100vh;
}

.h_100_3 {
  height: 75vh;
}
.h_100_2 {
  height: fit-content;
}
.p_drs_1 {
  font-size: 22px;
}

.dssection {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

/* Section 2 styles */
#pageSection2 {
  background: #cce;
  position: relative;
}

/* Section 3 will overlay Section 2 */
#pageSection3 {
  background: #ecc;
  position: relative;
  z-index: 2;
  /* Make sure this section is above the pinned section */
}

#pageSection2 {
  /*    position: absolute;*/
  background: url("casablanca/new_launch --_ 1536 x 830.jpg");
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

#pageSection3 {
  background: #ffffffe8 !important;
  width: 100%;
  height: fit-content;
  position: relative;
  background-size: cover;
}

#pageSection4 {
  background: white;
  width: 100%;
  height: fit-content;
  position: relative;
  background-size: cover;
}

#pageSection5 {
  background: white;
  width: 100%;
  position: relative;
  background-size: cover;
}

.pagecountersec {
  height: 100vh;
  position: relative;
}

.ourPrideSec_Padding {
  padding: 160px 0px !important;
}

.section_imageGallery {
  width: 100%;
  height: 100vh;
  /*    background: red;*/
}

.section_imageGallerysub1 {
  height: 20%;
}

.bg_2set {
  background: #fff9ef;
}

.set_w_h {
  width: 100%;
  height: 75%;
}

.set_w_h_2 {
  width: 90%;
  height: 25%;
  margin: 0px auto;
  background: #fff9ef;
}

.swiper_slide {
  background: #fff9ef;
}

.img_set_size {
  width: 100%;
  height: 75%;
}

.logosvg {
  width: 45px;
  height: 45px;
}

.swiper-button-prev,
.swiper-button-next {
  /*      background: #000000bf;*/
  /* height: 100%; */
  /* top: 0px; */
  /*    bottom: 0px;*/
  /*    box-shadow: 0px 0px 61px 35px black;*/
  color: white !important;
  font-size: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 24px;
}

.sliderImgsection_1 {
  width: 100%;
  height: 100%;
  background: url("casablanca/project_one_536 x 796.jpg");
  /* background: url(casablanca/Casablanca-Brochure_Page_05_Image_0001.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
}

.sunCityIcon {
  width: 60%;
}

.section_logoZoom {
  position: relative;
  width: 100%;
  height: 100vh;
}

.set_custome_fonts {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}

.frendtrigger {
  height: 100vh;
  width: 100%;
}

#layerSectionPage {
  background-color: white;
  position: relative;
  z-index: 9999;
}

.setBgIMg {
  height: 100vh;
  background: url(casablanca/large-room-with-large-window-that-says-grand-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.overflow__hide {
  overflow: hidden;
}

.page1_setFullH {
  height: 100vh;
}
.cursor-none {
  cursor: auto !important;
}
.iti__selected-dial-code {
  color: #fff;
}
.enquireForm .iti__selected-dial-code {
  font-size: 20px;
}
/* #I_2_phone {
  width: 128%;
} */
@media only screen and (max-width: 768px) {
  #I_2_phone {
    width: 100% !important;
  }
  .iti {
    margin-top: 0px !important;
  }
}
.iti {
  width: 100%;
  margin-top: 13px;
}
.ul_menu_li li a,
.ul_menu_li_sub li a {
  font-family: "Axiforma", sans-serif !important;
}

.cgxFloatFooter * {
  font-family: "Axiforma", sans-serif !important;
}

#cgxThankYouOverlay.fade-out {
  opacity: 0;
  transition: opacity .4s ease;
}
