/*================ Globle css   ===============*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("../fonts/Brandon_reg.otf");
}
.black-img-clr:hover{
    filter: opacity(0.5)!important;
}

body {
  font-family: "brandon-grotesque";
  position: relative;
}
.section-padding {
  padding: 80px 0px;
}
.main-btn {
  padding: 6px 18px;
  font-size: 20px;
  line-height: 24px;
  color: white;
  font-weight: 300;
  border-radius: 3px;
  background-color: #fe6f61;
  border: 1px solid white;
  transition: .3s ;
}
.main-btn:hover {
  border: 1px solid transparent;
}
.main-btn:focus {
  border: 1px solid transparent;
  outline: none;
}
hr {
  width: 200px;
  margin: auto;
  height: 1px;
  border: 0;
  background-color: black;
}

/*================ header cs  ===============*/
.header {
  background-color: rgba(10,10,10,0.67);
  padding: 10px 100px;
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;  
  transition: padding .3s ease;
}
.header .container {
  padding: 0px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container img {
  width: 130px;
  transition: width 0.3s ease;
}
.header-container ul {
  display: flex;
  margin: 7px;
}
.header-container .nav-links {
  margin-top: auto;
}
.header-container li {
  list-style: none;
  margin-left: 20px;
}
.header-container li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  transition: all 1s;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-container li a:hover {
  color: #fe6f61 !important;
  opacity: 1 !important;
}
/* Add this CSS for the hover animation */
.header-container li {
  position: relative;
}

.header-container li a:before,
.header-container li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fe6f61;
  transition: width .3s ease-in-out;
}

.header-container li a:before {
  top: 0;
  left: 0;
}

.header-container li a:after {
  bottom: 0;
  right: 0;
}

.header-container li a:hover:before,
.header-container li a:hover:after {
  width: 100%;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  color: white;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: red;
}

/*================ Home-Page-Css ===============*/
.home-section {
  background: url(../img/home-banner.jpg);
  /*height: 100vh;*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  height: calc(100vh + 105px);
  width: 100vw;
  overflow: hidden;
  background-position-y: 100%;
 
}
.home-content {
  position: absolute;
  top: 9%;
  bottom: -15%;
  left: 0;
  right: 0;
  height: fit-content;
  width: auto;
  margin: auto;
  text-align: center;
 
}
.office-section hr {
  width: 200px;
  margin: auto;
  height: 1px;
  border: 0px;
  background-color: black;
  margin-bottom: 48px;
  margin-top: 45px;
}
.home-content h1 {
  font-size: 70px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: 300;
  /* margin-top: 190px; */
  color: #3d3d3d;
  overflow: visible;
}
.home-content button {
  margin-top: 70px;
}
.custom-office-container{
    padding: 0px;
 
}
.office-custom-row{
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-office-coloums{
  padding-left: 0px;
  padding-right: 0px;
}

.office-section img {
  width: 100%;
  height: auto;
}
.office-section h3 {
  font-size: 38px;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.office-section p {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  max-width: 520px;
  margin: auto;
}
.header.shrink {
  /* padding: 12px 200px;   */
}
 
.header.shrink .header-container img {
  /* width: 100px;  */
}
.testimonials-section {
  padding: 70px 90px;
}
/* .header {
  transition: padding .1s ease-in; 
}
 
.header.shrink {
  padding: 5px 200px;  
}
.header.shrink .header-container img {
  width: 100px;  
} */
.testimonials-section h2 {
  font-size: 38px;
  line-height: normal;
  font-weight: 300;
  color: #272727;
}
.testimonials-section img {
  width: 250px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(1);
  cursor: pointer;
}
.testimonials-section img:hover {
  filter:  none;
}

.only-btn-section {
  text-align: center;
  background-color: #e0e0e0;
}
.instagram-section {
  padding-left: 50px;
  background-color: #eaeaea;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-section img {
  width: 400px;
}
.instagram-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #303030;
  /* list-style: none; */
  line-height: normal;
}
.instagram-section p {
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding: 0;
}
.instagram-overfloww{
    overflow:hidden;
}
.logo-list-new{
  display: flex; 
  align-items: center;
}
.image-list-area {
    width: 20%;
    text-align: center;
}
/*================ About-us css ===============*/
.about-section-banner {
  background: linear-gradient(180deg, #1a1919 0%, rgba(0, 0, 0, 0.74) 100%),
    url(../img/aboutusbanner.jpg) !important;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-position: center !important;
 
}
.neverland-section-banner {
  background: linear-gradient(180deg, #0f0f0f 0%, rgba(0, 0, 0, 0.74) 100%),
    url(../img/never-land.jpg) !important;
  height: 42vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-position: center !important;
  /* opacity: .9; */
 
}
.touchstone-section-banner {
  background: linear-gradient(180deg, #0f0f0f 0%, rgba(0, 0, 0, 0.74) 100%),
    url(../img/touchstone.png) !important;
  height: 42vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-position: center !important;
  /* opacity: .9; */
 
}
.Ansell-section-banner {
  background: linear-gradient(180deg, #0f0f0f 0%, rgba(0, 0, 0, 0.74) 100%),
    url(../img/ansel.jpg) !important;
  height: 42vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-position: center !important;
  /* opacity: .9; */
 
}
.insta-btn {
  display: flex;
  font-size: 14px;
  padding: 12px 24px;
  transition: all .3s;
  text-decoration: none;
  border-radius: 3px;
  background-color: #0095f6;
  color: #fff;
  vertical-align: middle;
  line-height: 16px;
  border: none;
  align-items: center;
  margin: auto;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-content, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-text, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a:hover {
  color: rgb(0, 0, 0);
  overflow: hidden;
}
/*================ services css ===============*/
.services-category {
  padding: 70px 60px;
  background-color: #f7f7f7;
}
.services-content-container {
    width: 100%;
    height: 350px;
    margin: 30px 0px;
    background-color: black;
}
.services-content-container:hover {
  opacity: 0.7;
}
.services-content-container img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: .7;
object-fit: cover;
}
.services-content-container h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  color: white;
  font-size: 47px;
  line-height: normal;
}
/*================ contact css ===============*/

.contact-section {
  /* width: 500px; */
  /* min-height: 600px; */
}
.contact-section-banner{
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.74) 100%),
  url(../img/aboutusbanner.jpg) !important;
height: 30vh;
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
background-position: center !important;
}
.contact-section img {
  width: 500px;
  margin-top: 120px;
}
.form-content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.form-content input {
  background-color: #f7f7f7;
  padding: 6px 10px;
  margin-top: 22px;
  font-size: 17px;
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  outline: none;
}
.form-content input:focus {
  border: 1px solid black;
}
.contact-btn {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  transition: 1s background;
  border: 1px solid transparent;
  margin-top: 15px;
  font-weight: 500;
  max-width: 100px;
  /* text-align: left; */
  margin-left: auto;
  border-radius: 0px;
}
.contact-btn:hover {
  color: #525252;
  background-color: #787878;
  font-size: 16px;
  border: 1px solid transparent;
}
.services-btns{
  line-height: 27px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px !important;
}
.meta-nav{
  display: inline-block;
  transform: scaleX(-1); /* Flip the arrow horizontally */
}

/*================  renting-page css ===============*/
.renting-main-section img{
width: 100%;
height: auto;
}
.renting-main-section h2{
font-size: 38px;
line-height: normal;
font-weight: 700;
color: #272727;
/* margin-top: -13px; */
}
.renting-main-section p{
font-size: 18px;
line-height: 27px;
font-weight: 300;
color: #303030;
}
.buttons-container   {
  display: flex;
  justify-content: space-between;
  margin-top: auto;  
  margin-left: auto;
  margin-top: 110px;
}
.buttons-container  a {
 margin-left: 1.3%;
}
.renting-main-section .col-md-6 {
  /* padding-left: 35px;   */
  /* padding-right: 35px;   */
}
.separate-renting-section .buttons-container a {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;  
  margin-left: auto;
}


.red-bg{
background-color: #EAEAEA;
    /* margin-top: 500px; */
    position: absolute;
    /* bottom: 20px !important; */
    top: 271px !important;
    left: 79px;
    z-index: 200000 !important;
    min-width: 400px;
}
.para-margin-bottom{
  margin-bottom: 60px !important;
}
.eapps-instagram-feed-posts-view.eui-slider-slide {
  display: inline-flex;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.services-btns{
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
    border-color: #ffffff;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}
a:hover{
  text-decoration: none;
}
.receive-btn{
  text-align: center;
  margin-top: 90px;
}



.for-hidden{
    overflow: hidden;
}
.overlay-image{
  position: relative;
}
 


.overlay-black {
  display: none;
  background-color: black;
  color: white;
  opacity: .9;
  width: 96%;
  margin: auto;
  align-items: center;
  /* text-align: center; */
  margin: auto;
  right: 0;
  /* top: 0px; */
  position: absolute;
  left: 0px;
  margin-left: 4.2%;
  bottom: 0px;
}

.overlay-black p{
  font-size: 18px;
  line-height: 27px;
  color: white;
  font-weight: 300;
  padding: 1px;
}

/*================ footer css ===============*/
.footer-section {
  background-color: #222222;
  padding: 15px 0px;
}
.footer-section .container-fluid {
  padding: 0px;
  margin: 0;
}
.footer-bg {
  background-color: #171717;
  padding: 20px 0px;
}

.footer-bg p {
  color: #666;
  padding-top: 18px;
  font-size: 14px;
  line-height: 27px;
  padding-bottom: 7px;
  font-weight: 500;
}
.custom-margin-testomonials{
  margin: 35px 0px;
}
.genuine-marginTop{
    margin-top: 54px;
}
.thank-box {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}
.thank-box .container h1 {
    text-align: center;
    line-height: 35px;
}
/*================ Media quires ===============*/

/*@media screen and (min-width: 1200px) {*/
/* .home-content h1 {*/
/*    font-size: 60px;*/
/*    line-height: normal;*/
/*    margin-bottom: 20px;*/
/*    font-weight: 300;*/
/*    color: #3d3d3d;*/
/*}*/
}

@media screen and (max-width: 950px) {
  /* .header{
    padding: 10px 100px;
  } */
  .testimonials-section img {
    width: 100%!important;
    height: 60px;
    object-fit: contain;
    filter: grayscale(1);
    cursor: pointer;
}
}

@media screen and (max-width: 768px) {
    
/*  .red-bg {*/
/*    background-color: #EAEAEA;*/
    /* margin-top: 500px; */
/*    position: absolute;*/
    /* bottom: 20px !important; */
/*    top: 335px !important;*/
/*    left: -14px;*/
/*    z-index: 200000 !important;*/
/*    min-width: 400px;*/
/*}*/
}
@media screen and (max-width: 1200px) {
 .red-bg {
    background-color: #EAEAEA;
    /* margin-top: 500px; */
    position: absolute;
    /* bottom: 20px !important; */
    /* top: 0px !important; */
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200000 !important;
    min-width: fit-content;
    margin: auto;
    height: fit-content;
}
 .testimonials-section img {
       width: 100%!important;
    height: 40px!important;
    object-fit: contain;
    filter: grayscale(1);
    cursor: pointer;
    margin-top: 0px!important;
}
.home-content {
    position: absolute;
    top: 9%;
    bottom: 0%;
    left: 0;
    right: 0;
    height: fit-content;
    width: auto;
    margin: auto;
    text-align: center;
}

}
@media screen and (min-width: 1200px) {
 

.home-content {
    position: absolute;
    top: 9%;
    bottom: 0%;
    left: 0;
    right: 0;
    height: fit-content;
    width: auto;
    margin: auto;
    text-align: center;
}

}


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

.genuine-marginTop{
    margin-top:0px;
}

  .office-custom-row{
    padding: 30px 30px;
  }
  .testimonials-section {
    padding: 35px 30px;
}
.instagram-section{
  padding-left: 0px;
}
.section-padding{
  padding: 35px 0px;
}
.testimonials-section{
  text-align: center;
}
.custom-margin-testomonials{
  margin: 0px 0px!important;
}
.custom-margin-testomonials img{
  margin: 10px 0px;
}
.footer-bg p{
  font-size: 12px;
}
.home-content h1{
  font-size: 57px;
  line-height: normal;
  margin-bottom: 30px;
}
.office-section h3 {
  font-size: 27px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 30px;
}
.office-section p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.custom-col-reverse{
  flex-direction: column-reverse;
}
.home-content{
  bottom: 0%;
}
.red-bg {
  background-color: #EAEAEA;
    /* margin-top: 500px; */
    position: absolute;
    /* bottom: 20px !important; */
    top: auto!important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200000 !important;
    min-width: fit-content;
    margin: auto;
}
.service-custome-container{
  width: 95%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.services-content-container{
  margin: 30px 0px;
}
.contact-section img{
  width: 325px;
}
.testimonials-section img {
width: 250px!important;
    height: 60px!important;
    object-fit: contain;
    filter: grayscale(1);
    cursor: pointer;
}
.logo-list-new {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top:-10px;
}
.image-list-area {
    width: 100%;
    text-align: center;
}
.image-list-area img {
    margin: 10px 0px;
}
}
@media screen and (max-width: 1000px) {
  .header{
    background-color: #020101;
  }
  .about-section-banner {
    /* background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.74) 100%),
      url(../img/aboutusbanner.jpg) !important; */
    height: 10vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    background-position: center !important;
    background: url(../img/aboutusbanner.jpg);
   
  }

  .header-container img{
    width: 90px;
  }
  .header {
    padding: 20px 5% !important;
  }
  .nav-links {
    display: none;
 
  }

  .menu-toggle {
    display: flex;
  }

}
 
.menu-toggle {
  /* display: none; */
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.bar {
  width: 25px;
  height: 30px;
  background-color: white;
  margin: 4px 0;
  transition: 0.4s;
} 
@media screen and (max-width: 1000px) {
  .header {
    background-color: #020101;
    padding: 10px 5%;
    position: static;  
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;  
  }

  .nav-links {
    position: fixed;
    top: 12.5%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
  }

  .nav-links.active {
    height: 50vh; /* Adjust the height as needed */
  }

  .nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .nav-links li {
    margin: 15px 0;
  }
  .contact-section-banner{
    /* background-color: #fff; */
    /* background: none; */
    /* background-image: url(../img/aboutusbanner.jpg); */
    height: 20vh;
  }
  .contact-section-banner{
    background: linear-gradient(180deg, rgba(14, 13, 13, 0.74) 0%, rgba(14, 13, 13, 0.74) 100%),
    url(../img/aboutusbanner.jpg) !important;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-position: center !important;
  }
}



.image-margin-top{
  margin-top: 12px;
  padding-right: 20px;
}


#instagram-feed {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

.instagram-media {
  max-width: 100%;
  height: auto;
}

.instagram-caption {
  font-size: 14px;
  color: #333;
}
 

