html, body {
  scroll-behavior: smooth;

 
}
body { overflow-x: hidden;}
.fs-64 { font-size: clamp(24px,5vw + 1px,78px);}
main { margin-top: -20px;}
.btn-primary,
.bg-primary  {
  background-color: #d69f13 !important;
  border-color: #d69f13 !important;
}
.color-primary {
  color: #d69f13 !important;
}
.text-primary {  color: #c58e02 !important}
a.text-primary:hover { color:#83081c !important;}

.btn-secondary,
.bg-secondary {
  background-color: #c07510 !important;
  border-color: #c07510 !important;
}
.color-secondary {
  color: #c07510 !important;
}

.btn-danger,
.bg-danger  {
  background-color: #83081c !important;
  border-color: #83081c !important;
}
.color-danger {
  color: #83081c !important;
}
.btn-primary:disabled {
  box-shadow { 0 0 0 0.2rem #d6nf13 !important}
}
header { 
position: relative ;
overflow: hidden; 
width: 100vw; 
height: 100vh;
border: solid 1px #000;
background-color: #000;

}
.header_sc {
  min-height: 100vh;
  position: absolute;
  width: 100vw;
  isolation: isolate;
  top: 0;
}
.header_sc::before {
  position: absolute;
  content: '';
  inset: 0;
  z-index: -1;  
   background-color: rgba(0,0,0,.3);
}
.header_sc::after {
  position: absolute;
  content: '';
  inset: 0;
  z-index: -2;  
  background: url(../../i/luckycement/hero_bg.jpg);  
}
.navbar-custom {
/* position: fixed; */
top: 0;
left: 0;
width: 100%;
/* background-color: #333; */
color: white;
padding: 15px 20px;
transition: transform 0.3s ease-in-out;
z-index: 1000;
}

.navbar-hidden {
transform: translateY(-100%);
}
.navbar-custom { transition: all 300ms ease-in-out;}
.navbar-custom .navbar-brand { background-color: #fff; border-radius: 8px; transition: all 300ms ease-in-out;}

.navbar-custom .navbar-brand img { transition: all 300ms ease-in-out;}

.navbar-custom-sm {
  background-color: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  padding-block: 8px !important;
  height: auto !important;
}
.navbar-custom-sm a { color: #000 !important;}
.navbar-custom-sm .navbar-brand { padding: 0; line-height: 0; background-color: transparent;}
.navbar-custom-sm .navbar-brand img { height: 45px !important;}


@media screen and (max-width:900px) {
        
    
  .navbar-toggler {
       box-shadow: none !important;
  }
  .navbar-collapse,
  .collapsing { 
      display: block !important; 
      top: -120vw; 
      position: absolute; 
      background-color: #000; 
      left: 0;
      right:0;
      transition: all 300ms ease-in-out; 
  }
  .navbar-collapse.show { 
      top: 0px;
  }
  .navbar-nav { width: 100vw; 
      right:0;
      padding-block: 40px !important;
      
      margin: 0 !important;
  }
  .nav-close {
      position: absolute;
      right: 14px;
      top: 5px;
      z-index: 3;
      cursor: pointer;
  }
  .nav-close img { filter: invert(1);}
  .collapsed .navbar-toggler-icon {
      background-image: var(--bs-navbar-toggler-icon-bg) !important;
      background-size: 30px;
      
  }
}



.form-control { margin-bottom: 14px;}
.form-control:focus { border-color:#000 !important; _box-shadow: 0 0 0 .05rem #000!important; box-shadow: none !important;}
.sch_home {
  position: absolute;
  bottom: 30px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.sch_home input {
  border-radius: 50px;
  padding: 20px;
  border: 0;
  width: 100%;
  background: rgba(255,255,255,.4) url(../../i/luckycement/search_icon.svg) 24px 22px no-repeat ;
  background-size: 24px;
  line-height: 1;
  transition: all 300ms ease-in-out;
  backdrop-filter: blur(10px);
  font-size: 20px;
  font-weight: 600;
  padding-left: 65px;
}
@media screen and (max-width:900px) {
  .sch_home input {
   
    background-color: rgba(255,255,255,.6) ;
  }
   
}
.sch_home input:before {
  /* content: '<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50.7501 50.7501L38.8068 38.8068M38.8068 38.8068C40.8498 36.7639 42.4703 34.3386 43.5759 31.6693C44.6816 29.0001 45.2506 26.1392 45.2506 23.2501C45.2506 20.3609 44.6816 17.5001 43.576 14.8308C42.4703 12.1616 40.8498 9.73627 38.8068 7.69333C36.7639 5.65039 34.3386 4.02984 31.6693 2.92421C29.0001 1.81857 26.1392 1.24951 23.2501 1.24951C20.3609 1.24951 17.5001 1.81857 14.8308 2.92421C12.1616 4.02984 9.73627 5.65039 7.69333 7.69333C3.56742 11.8192 1.24951 17.4152 1.24951 23.2501C1.24951 29.085 3.56742 34.6809 7.69333 38.8068C11.8192 42.9327 17.4152 45.2506 23.2501 45.2506C29.085 45.2506 34.6809 42.9327 38.8068 38.8068Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>'; */
content: 'testing';
}
.sch_home input:focus {
  background-color: rgba(255,255,255,1);
  outline: none;
}
.sch_home input::placeholder {
  color: #000;
}
.sch_home button {
  background-color: #000;
  border: solid 1px #000;
  width: 56px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 18px;
  z-index: 99;
  margin-top: 8px;
  top: -3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.sch_home button:hover,
.sch_home input:focus ~ button {
  background-color: transparent;
  filter: invert(1) ;
  border-color: #fff;
  
}


/* jobs section start */
.hmJobs {
  height: 95vh;
  overflow: hidden;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  */
}

.scroll-card{
font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
line-height: 1.5;
width: 100%;
display: flex;
justify-content: center;
transition: all 0.5s ease-in-out;
padding: 0em;
margin-bottom: 0.97562em;
margin-bottom: 100px;
}

.scrollingCard{
font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
line-height: 1.5;
background: #ffffff;
flex-direction: column;
max-width: 32.3125em;
width: 100%;
/* border: 0.05em solid #f9f9f9; */
transition: all 0.5s ease-in-out;
box-shadow: 0px 2px 10px -3px #000;
padding: 24px;
/* background-color: #d79f14; */
background: rgb(236,174,22);
background: linear-gradient(109deg, rgba(236,174,22,1) 0%, rgba(215,193,20,1) 100%);


  padding:24px; 
border-radius: 24px;
}
.scroll-card h1 {
  font-size: 1.8rem !important;
  line-height: 1;
}
.scroll-card p { margin:  !important;}
.wrapper{
font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
width: 100%;
align-items: flex-end;
justify-content: space-between;
}

.scroll-card { width: 80%;}
.scroll-card:nth-child(odd) { 
align-self: flex-start;
}

.scroll-card:nth-child(even) { 
align-self: flex-end;
}

.scroll-card:hover { 
  
  transform: scale(1.05);
} 

.card-wrapper{
font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
z-index: 2;
display: flex;
/* overflow-y: hidden; */
position: relative;
flex: 1 0 50%;
max-height: inherit;
padding-left: 2.5625em;
justify-content: flex-start;
}

.card-list{
font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 37.375em;
max-width: 37.375em;
height: 1316px;
}

.cloned {
position: absolute;
z-index: -5;
display: flex;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
justify-content: flex-end;
}
/* jobs section end */

.nowrap { white-space: nowrap;}
.justify {
text-align: justify;
}
.vh-100 { height: 100vh;}

.vh-80 { height: 80vh;}

.mh-100 { min-height: 100vh;}

@media screen and (min-width:900px) {
  .vh-md-100 { height: 100vh;}
  
  .searchinput {
    top:-65px !important;
   
  }
}


/* .fs-1 {
  font-size: clamp(1.5rem, 2vw, 3rem); 
}

.fs-2 {
  font-size: clamp(1.25rem, 1.8vw, 2.5rem); 
}

.fs-3 {
  font-size: clamp(1rem, 1.5vw, 2rem); 
}

.fs-4 {
  font-size: clamp(0.875rem, 1.2vw, 1.5rem); 
}
.fs-5 {
  font-size: clamp(0.75rem, 1vw, 1.25rem); 
}

.fs-6 {
  font-size: clamp(0.625rem, 0.8vw, 1rem); 
} */



.max-img { max-width: 100%; max-height: 100%;}
.fw-100 { font-weight: 100;}
.fw-200 { font-weight: 200;}
.fw-400 { font-weight: 400;}
.fw-600 { font-weight: 600;}
.fw-700 { font-weight: 700;}
.fw-800 { font-weight: 800;}
.fw-900 { font-weight: 900;}

.inset-0 { inset: 0;}





.con_bx {
display: flex;
padding-bottom: 250px;
/* background: #dddddd; */
}

.card_bx {
  --color:#fff;
background-color: var(--color);
width: 100vw;
margin-bottom: 50px;
border: solid 1px #000;
border-bottom: 0;
border-radius: 24px 24px 0 0 ;
background-color: #fff !important;
}
.card:first-child {
box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.05);
}




  .card_sc {
display:block;
justify-content: center;
align-items: center;
border: solid 1px;
overflow: hidden;
}
.card_sc > div {  overflow: hidden;}
.img_gallery img {
  /* width: 100%; */
  border-radius: 8px;
  height: 100%;
}
.gallery_sc {
  
  
}
.gallery_sc  {
  /* --color:#fff; */
padding-block: 600px;
  
}
body {
  --color:white;
  background-color: var(--color);
  
}
.pin-spacer {
   margin-bottom: -30px !important;
/*  background-color: #fff; */
}
/* .card_bx {
  height: auto !important;
  max-height: none !important;
} */


.gallery_sc .swiper {
  position: relative;
  width: 80%; /* Adjust width as needed */
  margin: auto;
}

.gallery_sc .swiper-button-prev,
.gallery_sc .swiper-button-next {
  position: absolute;
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_sc .swiper-button-prev {
  left: 29.5%; 
}

.gallery_sc   .swiper-button-next {
  right: 29.5%;
}
.gallery_sc .swiper-button-next::after,
.gallery_sc .swiper-button-prev::after{
    background: url(../../i/luckycement/icon-arrow-light.svg) center center no-repeat;
} 
.gallery_sc .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media screen and (max-width:900px) {
  .navbar-light .navbar-nav { padding:20px 14px 30px !important ;}
  .navbar-light  .navbar-nav .nav-link { color: #fff !important; padding-inline: 20px;}
}
@media screen and (max-width:900px) {
  .gallery_sc .swiper-button-prev,

  .gallery_sc   .swiper-button-next {
    /* display: none; */
    top: 95% !important;
    filter: invert(1);
  }
  .navbar-toggler { background-color: rgba(255,255,255,.6);}
  .navbar-nav {
    left: 0;
    right: 0;
    background-color: #000;
    position: absolute;
  }
  .gallery_sc { padding-block: 90px; width: 100vw; overflow-x: hidden; }
  .con_bx { padding-bottom: 0 !important;}  
  .gallery_sc .swiper {
    padding-bottom: 90px;
  }
  .gallery_sc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  
  .gallery_sc .swiper{
    /* margin-right: -10%;
    margin-left: -10%; */
    right: -80%;
    width: 260%;
    left: -80%;
  }
  .gallery_sc   .swiper-button-next {
    right: 40%;
  }
  .gallery_sc   .swiper-button-prev {
    left: 40%;
  }

}

/* Optional: Style centered slide for emphasis */
.gallery_sc .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #ddd;
  height: 375px; /* Set slide height */
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
}


/* //////////// */

.icon_img { height: 45px;}
.hp_arrow { 
    position: absolute;
    margin: 0;
        margin-top: 0px;
        margin-left: 0px;
    width: 377px;
    margin-top: 0;
    margin-left: 2px;
}
.hp_op { 
    position: absolute; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}
.hp_01 {
    transform: translate(0,-230px);
}
.hp_02 {
    transform: translate(225px,-16px);
}
.hp_03 {
    transform: translate(154px,172px);
}
.hp_04 {
    transform: translate(-146px,172px);
}
.hp_05 {
    transform: translate(-225px,-16px);
}
.hp_bx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
.circle {
    border-radius: 50%;
    width: 190px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
}
.circle div {
    border-radius: 50%;
    width: 150px;
    aspect-ratio: 1/1;
    display: inline-block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.circle::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fff;
    border-radius: 50%;
    inset: 12px;
}
.circle::after {
    content: '';
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    inset: 0;
    /* background: conic-gradient(red, orange, yellow, green, blue); */
    /* background: radial-gradient(ellipse at top, #900, transparent),
    radial-gradient(ellipse at bottom, #d79f14, transparent); */
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    animation: rotate 5000ms infinite linear;
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* ////////////////// */



@media screen and (max-width:900px) {
.max-img { max-height: 200px !important;}
.hp_bx { scale: .6;}
.hp_bx { font-size: 24px;}
.sch_home { width: 100% !important;}
.navbar-collapse { background-color: #000; border-radius: 8px;}
}
@media screen and (min-width:901px) {
  .w-md-50 { width: 50vw;}
  .d-md-fixed { position: fixed; }
  .vh-md-100,
  .vh-100 { height: 100vh;}
  }
  
 .gallery_sc .swiper-button-next,
 .gallery_sc .swiper-button-prev {
  font-size: 0 !important;
  color: rgba(0,0,0,0) !important;
  background-color: transparent;
  border: solid 1px #fff;
  transition: all 300ms ease-in-out;
  
  }
  .gallery_sc .swiper-button-next:hover,
 .gallery_sc .swiper-button-prev:hover {
   background-color: #fff;
 }
  .gallery_sc .swiper-button-next::after,
  .gallery_sc .swiper-button-prev::after {
    content: '../../i/luckycement/icon-arrow-light.svg';
    
  }
  
  .gallery_sc .swiper-button-next:hover::after,
  .gallery_sc .swiper-button-prev:hover::after  {
    filter: invert(1);
  }
  

  .scrollToTopButton {
    
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    background-color:rgba(0,0,0,.3) !important;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: all 300ms ease-in-out;

  }
  .scrollToTopButton:hover {
    background-color: #fff !important;
    border-color: rgba(0,0,0,.5) !important;
  }
  .scrollToTopButton img { transform: rotate(-90deg);}
  .scrollToTopButton:hover img {
    filter: invert(1);
   
  }

  
  .toggle-password { display: block; cursor: pointer;}
  .field-icon {
        position: absolute;
        right: 10px;
        top: 18px;
        z-index: 2;
  }

  .container{

  margin: auto;
  }
  .was-validated .form-control:invalid { background-image: none !important;}