.container {
  width: 100% !important;
  max-width: 100% !important;
}

html {
  font-size: 62.4%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif !important;
}

header {
  background-color: #222120;
  height: 155px;
}

nav {
  background-color: #222120 !important;
}

#side_nav {
  background-color: #171717 !important;
}

#nav_in_sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 0%;
  flex-grow: 0;
}

.nav_bar {
  width: 100%;
}

header a.logo img {
  max-width: 80px;
  vertical-align: sub;
}

.nav-item .hid_link {
  font-weight: 600 !important;
}

#middle-bar {
  margin: 0.73rem;
}

#btn_sty,
#footer_btn {
  border: none;
}

#btn_sty:hover,
#footer_btn:hover,
.manu_btn:hover {
  background-color: #c0a04f;
  border: none;
}

#form_btn:hover {
  background-color: #bbbbbb;
}

input:hover {
  border-bottom: 1px solid #4b4b4b;
}

#header-first-section {
  padding-left: 1rem;
  background-color: #222120;
  font-family: avenir-lt-w05_85-heavy, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #d0cfcd;
  padding-bottom: 15px;
}

#header-first-section .first-section-div {
  width: 93%;
}

/* ***************************NAV ***************************************** */
.it_is_hdr {
  height: 135px;
  background-color: #222120;
  display: flex;
  align-items: center;
}

.header-top {
  color: white;
  background-color: #222120;

}

.logo-img-wraper {
  width: 60px;
  height: 60px;
}

.logo_title {
  font-size: 58px;
  text-transform: capitalize;
  font-family: trirong, serif !important;
  font-style: italic;
  color: white;
}

#ul_sty {
  font-size: 1.8rem;
  text-transform: uppercase !important;
}

#ul_sty li {
  margin-right: 2rem;
}

#btn_sty {
  font-size: 1.8rem !important;
  font-weight: 700;
  width: 122px;
  height: 40px;
  background: #c7b68b;
  font-style: italic;
  font-family: trirong, serif !important;
}

.manu_btn {
  background: #c7b68b;
}

/* position sticky media  */

/* section css */

.sticy_media {
  /* background: red; */
  /* display: inline; */
  width: 3rem;
  position: fixed;
  left: 3rem;
  overflow: hidden;
  bottom: 6rem;
  z-index: 2;
}

#icon_margin_sty {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.icon_sty {
  font-size: 1.8rem;
  filter: invert(1);
}

.drop_hidden_sty {
  color: white;
  font-size: 15px;
  font-size: 2rem;
  font-weight: 300;
}

.drop_hidden_sty:hover,
.drop_hidden_sty:active,
.drop_hidden_sty:focus {
  color: white;
}

.menu_dropdown {
  background-color: #222120 !important;
  left: -12rem;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: whiter;
}

.dropdown-item {
  background: transparent;
  color: white;
  font-size: 2rem;
}

.dropdown-item:hover {
  background: transparent;
  color: rgb(216, 216, 216);
}

.it_link {
  color: #cfcfd2 !important;
}

.it_link:hover {
  color: white !important;
}

/* *******************NAV css end ****************************** */

/* ===================================
   HOME CSS
====================================== */

/* *******************main css start ****************************** */



/* *******************main css end ****************************** */
/* ------------------------------------------------------------------------------ */
/* ***************************************slider section start **************************/
.slider-section {
  background-color: #222120;
}

.carousel-control-prev,
.carousel-control-next {
  background: none;
  display: none;
  border: none;
}

.slider-section #carouselExampleDark .btn-sty {
  border: 1px solid red;
  padding: 16px;
  width: 149px;
  border-radius: 20px;
  background: red;
}

.carousel-item {
  height: 84vh;
  width: 100%;
}

section #carouselExampleDark .carousel-indicators button {
  height: 6px;
  width: 40px;
  border-radius: 5px;
  border: none;
  margin: 8px;
}

.carousel-item img {
  height: 100%;
  margin: auto;
  object-fit: cover;
  width: 100%;
}

.img-text {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* <!-- ********************************** Testimonials start***************************** --> */

/* .testimonials {
  background-color: #222120;
  padding: 10rem;
  display: flex;
  justify-content: center;
  padding-top: 117rem;
  padding-bottom: 63rem;
}


#testimonials_first_div{
  background-color: #989898;
  color: white;
}
.testimonils_heading {
    font-family: avenir-lt-w05_85-heavy,sans-serif;
    font-weight: 600;
}
#spc_para {
  margin-top: 3.6rem;
} */

/* testimonials all css */
/* 
.cantainer{
  padding: 4rem;
  font-size: 4rem;
  border: 1px solid #989898;
  height: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36rem;
  
}
.card_beuty{

  display: flex;
      align-items: flex-start;
}
#spc_heading{
  font-size: 42px;
  color: #D0CFCD !important;
  font-family: trirong,serif !important;
  font-style: italic;
}

.testmoni_para{
  font-size: 15px;
  text-align: justify;
  width: 23rem;
  font-weight: 600;
  line-height: 1.8em;
  
  color: #D0CFCD;
}

.cantainer h1 {
  font-size: 30px;
  color: #989898;
}
 */

/* <!-- ********************************** Testimonials end***************************** --> */
/* ------------------------------------------------------------------------------ */

/* ===================================
   HOME CSS  END
====================================== */

/* ===================================
   OUR COMPANY CSS
====================================== */

/* nav  */

#our-company_header {
  height: 216px;
  padding-top: 1rem;
  background-color: #222120;
}

/* MAIN  */

#content_it {
  background-color: #222120 !important;
  padding-top: 45px;
  padding-bottom: 45px;
}

#ourcomany_img {
  width: 100%;
  padding: 0;
  background-image: url(../images/assests/our-company.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  filter: brightness(1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 580px;
}

#scroll_down {
  color: white;
  font-size: 3.4rem;
  /* font-family: didot-w01-italic,didot-w05-italic,serif; */
}

#ourcomany_img h3 {
  font-size: 40px;
  color: white;
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-style: italic;
}

#ourcomany_img h1 {
  font-size: 60px;
  color: white;
  letter-spacing: 9px;
  font-weight: 300;
}

#ourcomany_img span {
  font-size: 27px;
  color: white;
  font-weight: bold;
  margin-top: 6px;
}

.scroll_down {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ourcomany_img div h2 {
  font-size: 24px;
  color: white;
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-style: italic;
}

.text_sty {
  width: 66%;
  text-align: left;
  color: #d0cfcd;
}

.content_para {
  font-family: "Roboto", sans-serif !important;
}

.content_para span {
  margin-left: 25px;
}

.content_h1 {
  font-size: 57px;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  font-weight: 600;
  padding-bottom: 39px;
}

.text_sty p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
}

.ourcom_footer_img {
  width: 100%;
  padding: 0;
  background-image: url(../images/assests/our_com_foot_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 388px;
}

/* ===================================
    END OUR COMPANY CSS
====================================== */
/* *****************************************elite approch content  ***************************************** */

/* ===================================
   START ELITE APROCH CSS
====================================== */

/* ******************* ELTITE CONTENT START  *******************CSS */
.elite_content {
  background: #cfcfd2;
}

.elite_content .text {
  padding-left: 15%;
  font-size: 6rem;
  padding-top: 4rem;
  font-family: avenir-lt-w05_85-heavy, sans-serif !important;
  font-weight: bold;
}

.elite_content_sty-b {
  font-size: 22px;
}

#elite_span_res {
  font-size: 21.5px;
  font-weight: 300;
}

.elite_content_span_sty {
  font-weight: 300;
  font-size: 21px;
  color: black;
}

/* *******************ELITE CONTENT CSS END ****************************** */
/* ------------------------------------------------------------------------------ */

/* ******************************main_img and other****************************** */
#main_div {
  width: 100%;
  padding: 0;
  background-image: url(../images/assests/elite_main_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 84vh;
}

/* ******************* main_img css end ****************************** */
/* ------------------------------------------------------------------------------ */

/* ******************************quite and other****************************** */

#quite {
  background: #cfcfd2;
}

#quite h2 {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 0;
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-weight: bold;
}

/* *******************end quite css end ****************************** */
/* ------------------------------------------------------------------------------ */

/* <!--****************************** elite_home_gallary ******************************--> */
/* #uniq_first_span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */
#wraper {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #222120;
}

#is_span {
  font-family: didot-w01-italic, didot-w05-italic, serif;
  /* font-family: avenir-lt-w05_85-heavy,sans-serif; */
  font-style: italic;
  font-weight: 100;
}

#elite-aproch-gallary {
  height: 40rem;
  width: 100%;
  /* border: 1px solid red; */
  justify-content: space-evenly;
  margin-left: 0;
}

.gallary_h1 {
  font-size: 60px;
  padding-bottom: 10rem;
  font-weight: 600;
}

.gallary_span {
  font-size: 3rem;
  /* border: 1px solid; */
  width: 91%;
  align-self: center;
  line-height: 4rem;
}

#eGallary_img1 {
  background-image: url(../images/assests/img-1.png);
  /* border: 1px solid rebeccapurple; */
}

#eGallary_img2 {
  background-image: url(../images/assests/img-2.png);
  /* border: 1px solid red; */
}

#eGallary_img3 {
  background-image: url(../images/assests/img-3.png);
  /* border: 1px solid yellow; */
}

.make_bold {
  font-size: 4rem;
}

.gallary_img {
  background-repeat: no-repeat;
  height: 100%;
  width: 35rem;
  text-align: center;
  display: flex;
  background-size: cover;
}

.gallary_img h2 {
  font-size: 3.3rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

/* ******************* elite_home_gallary css end ****************************** */
/* ------------------------------------------------------------------------------ */

/* ******************************excuted *******************************/

#executed {
  background: linear-gradient(239deg, #d0cfcd 0%, #242323 65.625%);
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.executed_h1 {
  font-size: 57px;
  width: 81rem;
  text-align: center;
  padding-left: 5rem;
  font-weight: 300;
}

/* *******************EXCUTED css end ****************************** */

/******************************* the elite_approch ol thing  *******************************/

#footer_wrapper {
  padding-top: 18rem;
  padding-bottom: 24rem;
}

#elite_approch_ul_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #222120;
  color: #eaeaea;
}

#elite_approch_ul_wraper h1 {
  font-size: 40px;
  margin-top: 6rem;
  font-weight: 600;
}

#elite_approch_ul_sty {
  list-style: none;
  font-size: 2.4rem;
  text-align: justify;
  width: 59%;
  padding-top: 2rem;
}

#elite_approch_ul_sty {
  line-height: 1.2em;
}

#elite_approch_ul_sty li {
  margin-top: 1rem !important;
  margin-bottom: 4rem !important;
}

#elite_approch_ul_wraper span {
  font-size: 2.4rem;
  margin-top: 5rem;
  padding: 0.6rem;
}

/* ===================================
   END ELITE APROCH CSS
====================================== */

/* ===================================
   START SARVICES CSS
====================================== */

#sarvice_sect {
  background-color: #222120;
  padding-bottom: 9rem;
}

.titel_of_sarvice {
  font-size: 99px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
}

.ser_heading {
  font-size: 26px !important;
  line-height: normal;
  /* font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif; */
  letter-spacing: normal;
  font-family: avenir-lt-w05_85-heavy, sans-serif;
  font-weight: bold;
}

.ser_para {
  font-size: 31px;
  padding-left: 13.5rem;
  font-style: italic;
}

.services_img_div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.black-slash-parent {
  display: flex;
  align-items: baseline;
}

.black-slash-parent .black-slash {
  font-size: 27px;
}

.ser_para {
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-style: italic;
  color: #bbbbbb !important;
}

#service_first_div {
  width: 83%;
  padding-bottom: 9rem;
  padding-top: 4rem;
}

.sarvice_para_2 {
  font-size: 22px;
  line-height: 1.8em;
  color: #d0cfcd;
}

/* .ser_hr {
    background-color: white;
    width: 100%;
    height: 0.1px;} */

.patti {
  height: 122px;
  background: linear-gradient(239deg, #d0cfcd 0%, #242323 65.625%);
}

/* ===================================
   START PROJECT GALLARY CSS
====================================== */

.proj_img {
  background-color: #171717;
  margin: 1rem;
}

.proj_cont_div {
  padding: 3rem;
  padding-bottom: 6rem;
}

.main_card {
  padding-top: 3rem;
}

#pro_titel_div {
  border: 1px solid;
  background-color: #222120;
  padding: 3rem;
}

.pro_titel_figure {
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
}

#pro_titel_img {
  width: 60%;
  height: 389px;
}

/* img hover  */
.img-area {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.img-area:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.text {
  color: white;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* end hover css  */
.pro_converted_div {
  /* border: 1px solid red; */
  width: 90rem;
  position: absolute;
  right: 9rem;
  align-items: center;
  padding-left: 3rem;
  background-color: black;
  color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}

.pro_converted_div h1 {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 700;
}

.pro {
  margin-top: 4rem;
  font-size: 34px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 2rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #171717;
  width: 100%;
}

/* #pro_titel_div{
    height: 51vh;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
   background-color: #222120;
    padding-top: 12rem;
  } */
#project_gallary {
  padding-top: 9rem !important;
  background-color: #222120;
}

.pro_converted_div2 {
  font-size: 9rem;
  color: white;
  text-transform: uppercase;
  /* background-color: #222120; */
}

/* ===================================
   START NOW AVAILIBLE CSS
====================================== */
#now_avail {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background-image: url(../images/assests/now_avail_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 588px;
}

#now_avail h1 {
  margin-left: 90px;
  font-size: 116px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#now_avail_gread {
  background: linear-gradient(239deg, #d0cfcd 0%, #242323 65.625%);
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#no_avai_row_sty {
  background-color: #222120;
  padding-top: 6rem;
  justify-content: space-evenly;
}

#left_img {
  background: url(../images/assests/now_avail_img_side_1.webp.png);
  background-repeat: no-repeat;
}

#right_img {
  background: url(../images/assests/now_avail_img_side_2.webp.png);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40rem !important;
  height: 39rem;
}

#right_img h1 {
  font-size: 39px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  width: 32rem;
  text-align: center;
}

.sou_for_ran {
  font-size: 24px;
  font-style: italic;
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-style: italic;
}

.now_avai_ul {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 3rem;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
}

/* <!-- ********************************** footer css***************************** --> */

/* footer  */
#footer_wrapper {
  background-color: #222120;
  color: #eaeaea;
}

/* div_first */

#div_first {
  margin-right: 11rem;
}

.contact_h1 {
  font-size: 40px;
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-style: italic;
}

.h figure i {
  font-size: 4.2rem;
}

.flexa {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 3.9rem;
  width: 32rem;
  margin: 9px 0px 43px calc((100% - 411px) * 0);
}

.flexa svg {
  height: 30px;
  width: 30px;
}

.flexa p {
  font-size: 1.52rem;
  /* border: 1px solid; */
  width: 74%;
  font-weight: 600;
  color: #eaeaea;
  line-height: normal;
}

.copy-right {
  font-size: 13.5px;
  color: #8c8c8c;
  font-weight: 900;
  line-height: normal;
  padding-top: 5rem;
}

#copy-right-mobile {
  align-self: center;
  padding: 6rem;
  text-align: center;
}

/* second div  */
label {
  font-size: 15px;
  font-weight: 600;
}

input {
  height: 4rem;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid rgb(199, 199, 199);
}

sup {
  color: #8c8c8c;
  font-size: 11px;
  font-weight: bolder;
}

.footer_btn {
  width: 100%;
  height: 4rem;
  font-size: 2.4rem;
  font-style: oblique;
  border: none;
  font-family: didot-w01-italic, didot-w05-italic, serif;
  font-style: italic;
  font-weight: 600;
}

#footer_links {
  display: flex;
  flex-direction: column;
}

.usf_link_sty {
  display: block;
  /* border: 1px solid greenyellow; */
  width: 14rem;
  align-self: end;
  align-self: flex-end;
  font-size: 1.47rem;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  line-height: 33px;
  font-weight: 600;
}

#footer_btn {
  align-self: self-end;
  width: 130px;
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  background: #c7b68b;
  font-style: italic;
  font-family: trirong, serif !important;
}

/* <!-- ********************************** footer css end***************************** --> */
/* ------------------------------------------------------------------------------ */

/* the light  */

.preview {
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row>.col {
  padding: 0 8px;
}

.col {
  /* float: left; */
  width: 25%;
  /* border: 1px solid red; */
  width: 55px;
  height: 100px;
}

.col img {

  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 10px 62px 0px 62px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000a6;
  z-index: 11;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 0 0 0;
  width: 80%;
  border: none;
  background: none;
  max-width: 1200px;
}

#Lightbox .modal-content .slide {
  height: 60vh;
  padding: 10px;
  text-align: center;
}

.image-slide {
  height: 100%;
  object-fit: contain;
}

.modal-preview {
  width: 100%;
}

.dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
}

img.preview,
img.modal-preview {
  opacity: 0.8;
}

img.active,
.preview:hover,
.modal-preview:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.previous,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}