/* Reset CSS */
@font-face {
  font-family: Spacema Regular;
  src: url(..//fonts/Spacema/Spacema-Regular.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html, body {
  overflow-x: hidden;
}


/* Apply Montserrat Regular font to body */
body {
  font-family: 'Montserrat', sans-serif;
  /* font-weight: 400; */
  /* Regular */
}

/* Transparent Navbar Styles */
.navbar {
  background-color: transparent !important;
  box-shadow: none;
}

.navbar-brand img {
  max-height: 100px;
  /* Adjust height as needed */
  /* You can add more styles for the logo image here */
}

.navbar {
  background-color: transparent !important;
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  /* Ensure navbar is on top */
}

.carousel {
  /* margin-top: 56px; */
  /* Adjust according to your navbar height */
  position: relative;
  /* Make sure the carousel is positioned relative */
}



.carousel-item {
  height: 100svh;
  /* Set the height to the full viewport height */
}

.carousel-item img {
  object-fit: cover;
  /* Make sure the images cover the entire area */
  height: 100%;
  /* Ensure the image height takes up the full height of the carousel item */
}
.img-scale {
  position: relative;
  background-color: #D35D00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /* height: 500px; Set the height of the row */
  max-height: 27rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10%;
}

.abtsect22-title {
  position: relative;
  /*width: 50%;*/
  color: #fff;
}

.about-section-home{
  background: linear-gradient(#1386A9, #0A4355)!important; 
}

.pad-4-1{
  padding: 1rem 0 1rem 0;
}

.br-2{
  border-radius: 2rem;
}

.linkedin-icon{
    padding-right: 8%;
}

.sect2-title{
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  /* font-size: 3rem; */
  font-weight: 600;
  padding-top: 5px;
}

.abt-descrip{
  padding-top: 15px;
  text-align: left;
  color: #fff;
}

.abtsect2-title{
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  /* font-size: 3rem; */
  font-weight: 600;
  padding-top: 5px;
}
.big-title {
  text-align: center;
  color: #fff;
  /* font-size: 70px; */
  text-transform: uppercase;
  padding-top: 40px;
  font-family: Spacema Regular;
  letter-spacing: 10px;
}

.bg1 {
 
  background-position: top; 
  background-repeat: no-repeat;
  min-height: 800px;
}

.bg-s {
  --bs-bg-opacity: 1;
  background-color: hsl(0deg 0% 79.22%);
}

.bg-wht {
  --bs-bg-opacity: 1;
  background-color: hsl(0deg 0% 90.59%) !important;
}

.subsidiaries-item{
  /* align-items: center; */
  margin: 0 4% 0 4%;
  width: 87%;
}
.subsidiaries-item-description{
  font-family: math;
  font-size: 15px;
  text-align: justify;
}

.subsidiaries-item-heading{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.subsidiaries-item-img{
  width: 100%;
}

.white{
  color: #fff;
}

.work-with-us{
    background: linear-gradient(#3a1906, #944000) !important;
  /*background:#3A1906  !important;*/
}

.input-group {
  position: relative;
 }
 
.input {
  width: 100% !important;
  border: solid 1.5px #9e9e9e;
  border-radius: 1rem !important;
  background: none;
  padding: 1rem;
  font-size: 1rem;
  color: #f5f5f5;
  transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}

.user-label {
  position: absolute;
  left: 15px;
  color: #e8e8e8;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4,0,0.2,1);
}

.input:focus, input:valid {
  outline: none;
  border: 1.5px solid #fff;
}

.input:focus ~ label, input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #642c0b;
  padding: 0 .2em;
  color: #fff;
}




.wrk-button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #000;
  cursor: pointer;
  background-color: #d9d9d9;
  transition: all 0.2s ease;
}

.wrk-button:active {
  transform: scale(0.96);
}

.wrk-button:before,
.wrk-button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.wrk-button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #ff9210 20%, transparent 30%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ff9210 15%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.wrk-button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ff9210 15%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%),
    radial-gradient(circle, #ff9210 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

.wrk-card {
  /* width: 90%; */
  min-height: 454px;
  /*background: #944000;*/
  box-shadow: 4px 6px 15px 4px #422222;
  position: relative;
  display: flex;
   place-content: center; 
   place-items: center; 
  overflow: hidden;
  border-radius: 20px;
}

.wrk-card h2 {
  z-index: 1;
  color: white;
  font-size: 14px;
}

.wrk-card::before {
  content: '';
  /*position: absolute;*/
  width: 100px;
  /* background-image: linear-gradient(180deg, rgb(84, 149, 119, 1), rgb(222, 112, 1)); */
  height: 130%;
  /* animation: rotBGimg 3s linear infinite; */
  /* transition: all 0.2s linear; */
}



.wrk-card::after {
  content: '';
  /*position: absolute;*/
  background: #e6e6e6;
  ;
  inset: 5px;
  border-radius: 15px;
}  
/* .wrk-card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */

.abt-card {
  min-height: 400px; /* Adjust this value as needed */
  border-radius: 2rem !important; /* Adding border radius */
  border: none; /* Removing border */
  background-color: hsl(0deg 0% 79.22%);
  filter: drop-shadow(15px 15px 30px #24b1aa);
  box-shadow: 0 18px 18px rgba(0, 0, 0, 0.5); /* Black shadow with 50% opacity */
}

.footer-section{
    background: linear-gradient(#D35D00, #331402) !important;
  /*background-color: #331402 !important;*/
  /*background: linear-gradient(#0A4355, #1386A9) !important;*/
}

.footer-container{
  width: 90%;
  margin: 0 auto;
}

.footer-text{
  color: #fff;
  font-size: medium;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 5px 0;
  line-height: 20px;
}

.footer-text a {
  text-decoration: none !important;
  color: #fff !important;
}

.pt5px{
    padding-top:5px !important;
}

.subscribe-head{
    color: #fff;
    font-weight: 600;
}

.newsletter-footer hr {
  margin: 0 !important;
}

.newsletter-container {
  display: grid;
  grid-template-columns: auto;
  gap: 0px;
}

hr {
  height: 1px;
  background-color: #fff;
  border: none;
}

/* newsletter-footer */
.newsletter-footer form {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 10px;
  padding: 0px;
}

.input_field {
  width: auto;
  height: 36px;
  padding: 0 5px ;
  border-radius: 5px;
  outline: none;
  border: 0 !important;
  background-color: rgb(238 238 238) !important;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.input_field:focus {
  border: none;
  /* box-shadow: 0px 0px 0px 2px rgb(251, 243, 228); */
  background-color: rgb(201, 193, 178);
}

.newsletter-footer form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  width: 100%;
  height: 36px;
  background: hsl(0deg 0% 85.1%);
  box-shadow: 0px 0.5px 0.5px #F3D2C9, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
  border-radius: 10px;
  border: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 4px;
}



.cl-title{
  font-size: 7.5rem !important;
  font-weight: 600 !important;
}

.cl-description{
  border: solid 1px white;
  border-radius: 10px;
  font-weight: lighter;
}

.cl2-description{
  text-align: left;
  width: fit-content;
  padding: 0 4px;
  border: solid 1px white;
  border-radius: 10px;
  font-weight: lighter;
}
.ct{
  text-align: left;
  font-size: smaller;
  padding-top: 1.5rem !important;
}


.anime {
animation: bounce 8s infinite;
animation-play-state: running;
}

.anime:hover {
animation-play-state: paused;
}

.pad-t-2{
  padding-top: 1.2rem !important;
}

.sub-btn-desk {
  display: block;
  text-decoration: none;
  color: rgb(24, 21, 21);
  font-weight: 600;
  width: 15em;
  height: 3em;
  border-radius: 5px;
  font-size: 15px;
  font-family: inherit;
  border: none;
  padding: 10px 5px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*-webkit-transform: skew(-21deg);*/
  background-color: rgba(255, 255, 255, 0.074);
  box-shadow: 6px 6px 12px #363634, -6px -6px 12px rgba(255, 255, 255, 0.074);
}

.sub-btn-desk::before {
  content: '';
  width: 0;
  height: 3em;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background-image: linear-gradient(to right, #024F47, #107D7B, #A2B170, #BBB762, #DEC150, #EFB326, #F4B01C, #FCA907, #FFA803);
  transition: .5s ease;
  display: block;
  z-index: -1;
 }

 .sub-btn-desk:hover::before {
  width: 15em;
 }


.sub-btn {
  display: block;
  text-decoration: none;
  color:rgb(24, 21, 21);
  font-weight: 600;
  width: 9em;
  height: 3em;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  border: none;
  padding:10px 5px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.074);
  box-shadow: 6px 6px 12px #363634,
              -6px -6px 12px rgba(255, 255, 255, 0.074);
 }
 
 .sub-btn::before {
  content: '';
  width: 0;
  height: 3em;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background-image: linear-gradient(to right, #024F47, #107D7B, #A2B170, #BBB762, #DEC150, #EFB326, #F4B01C, #FCA907, #FFA803);
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .sub-btn:hover::before {
  width: 9em;
 }

/*////////////////////////*/

@media (max-width: 768px) {
    .mob-text-justify{
      text-align: justify !important;
  }
}


@media (min-width: 768px) {
  .abt-card {
      min-height: 400px; /* Adjust this value as needed */
  }
  .big-title{
      letter-spacing: 10px;
  }
  
  .img-scale{
      padding-top:10%;
  }
  
  /*.bg1{*/
  /*    background-image: url(images/bgbird.png); */
  /*    padding-top: 20%;*/
  /*    background-size: contain;*/
  /*}*/
  
}

@media (min-width: 992px) {
  .abt-card {
      min-height: 400px; /* Adjust this value as needed */
  }
  .big-title {  
      letter-spacing: 38px;
  }
  .about-section-home{
      padding: 0 10% 0 10%;
  }
  .pad-r-190{
      padding-top: 1%;
  }
  .work-btn-wrap{
      text-align: left !important;
  }

  .newsletter-wrap{
      display: grid !important;
  }

  .wrk-card {
       width: 90%; 
      
    }
    
  .img-scale{
      padding-top:10%;
  }

  /*.bg1{*/
  /*    background-image: url(images/bgbird.png); */
  /*    padding-top: 20%;*/
  /*    background-size: contain;*/
  /*}*/
  
  .banner-sec{
      min-height:100vh;
  }
  
}

@media (min-width: 1200px) {
  .abt-card {
      min-height: 450px; /* Adjust this value as needed */
  }
  .pad-r-190{
     padding-right: 105px;
      padding-left: 55px;
      padding-top: 1%;
  }
  
  .d-pad-right-13{
        padding-right: 13px;
    }

  
  .bg1{
      background-image: url(images/bg-full.png); 
      padding-top: 13%;
      background-size: contain;
  }
  .sub-item-c-3{
      padding-top: 17%;
      padding-left: 5%;
  }
  .d-pad-t-0{
      padding-top: 0 !important;
  }
  .d-sub-sec-4{
      padding: 5% 1% 0 9%;
  }
  .d-detail-sub-sec-5{
      padding-top: 15%;
      padding-left: 6%;
  }
  .d-item-5-img{
      /* width: 95% !important; */
      padding-top: 0%;
  }
  .d-item-1-head{
      padding-top: 1rem !important;
  }
  .d-item-1-wrap{
      padding-top: 6rem !important;
      padding-left: 6%;
  }
  .abtsect2-title {
      position: relative;
      width: 28%;
  }
  
  .abtsect2-title::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      width: 260%;
      height: 1px;
      background-color: #fff;
      transform: translateY(-50%);
      overflow: hidden;
  }

  .abtsect22-title {
      position: relative;
      width: 50%;
      color: #fff;
  }
  
  .abtsect22-title::after {  
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      width: 99%;
      height: 1px;
      background-color: #fff;
      transform: translateY(-50%);
      overflow: hidden;
  }

  .ftw{
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      /* font-size: 3rem; */
      font-weight: 600;
      /* padding-top: 5px; */
  }

  .img-scale{
      padding-top:0;
  }
  .sunset-img{
      width:-webkit-fill-available;
  }
  
}


.abt-card-container {
  color: white;
  position: relative;
  font-family: sans-serif;
}

.abt-card-container::before,
.abt-card-container::after {
  content: "";
  background-color: #fab5704c;
  position: absolute;
}




.abt-card-container .abt-card {
  width: auto;
  min-height: 400px; /* Adjust this value as needed */
  border-radius: 2rem !important; /* Adding border radius */
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.074);
  border: 1px solid rgba(255, 255, 255, 0.222);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all ease 0.3s;
}

.abt-card-container .abt-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abt-card-container .abt-card .title {
  font-family: 'Montserrat';
  font-weight: 800;
  padding-top: 10%;
  padding-bottom: 10px;
  font-size: large;
  letter-spacing: 0.1em;
}

.abt-card-container .abt-card div strong {
  display: block;
  margin-bottom: 0.5rem;
}

.abt-card-container .abt-card div p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.abt-card-container .abt-card div span {
  font-size: 0.7rem;
  font-weight: 300;
}

.abt-card-container .abt-card div span:nth-child(3) {
  font-weight: 500;
  margin-right: 0.2rem;
}

.abt-card-container .abt-card:hover {
  abt-card-shadow: 0px 0px 20px 1px #ffbb763f;
  border: 1px solid rgba(255, 255, 255, 0.454);
}

.fs-small{
  font-size: small !important;
}

.pad-t-1{
  padding-top: 1rem;
}
.pad-b-1 {
  padding-bottom: 1rem;
}

.card-inner-img{
  width: 50%;
}

.card-footer-left{
  text-align: left;
  padding: 0 0 5px 20px;
}
.card-percentage{
  font-size: x-large;
  font-weight: 800;
  color: #74ceea;
}

@media (min-width: 1439px) {
  .d-item-1-wrap {
      padding-top: 11rem !important;
      padding-left: 5%;
  }
  .img-scale{
      padding-top: 10% !important;
  }
  .sub-item-c-3 {
      padding-top: 21%;
      padding-left: 5%;
  }
}



.subsidiaries-section{
  background: linear-gradient(#024F47, #107D7B, #A2B170, #BBB762, #DEC150, #EFB326, #F4B01C, #FCA907, #FFA803, #D35D00, #D35D00)!important; 
  background-image: url(images/bg1.png);
  margin-bottom: -1px;
}

/* Position the scroll button */
.ban-scroll-btn {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  left: 50%;
  /* transform: translateX(-50%); */
  z-index: 1000; /* Ensure it's above other elements */
}

.carousel-control-prev, .carousel-control-next {
  display: none;
}

.ban-scroll-btn {
  width: 38px;
  height: 62px;
  padding: 2px;
  border: 1px solid #474747;
  border-radius: 50px;
  background: rgba(141, 141, 141, 0.18);
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.scroll-svg {
  width: 22px;
  height: 62px;
  transform: rotate(180deg);
}

.ban-scroll-btn:hover {
  transform: scale(-1.2);
}

.ban-scroll-btn:focus {
  height: 0px;
  width: 0px;
  padding: 0px;
  border: 0px;
}

.ban-scroll-btn:focus > .svg {
  display: none;
  height: 0px;
}
  .subsi-btn:hover{
    /*filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);*/
    /*filter:invert(44%) sepia(13%) saturate(2841%) hue-rotate(101deg) brightness(88%) contrast(81%);*/
  opacity: 0.5 !important;
  /* Reduce opacity on hover */
} 
  
 .subsi-btn1:hover{
    /*filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);*/
    filter:invert(44%) sepia(13%) saturate(2841%) hue-rotate(101deg) brightness(88%) contrast(81%);
  /*opacity: 5 !important;*/
  /* Reduce opacity on hover */
} 
   .explore-btn:hover{
    /*filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(133deg) brightness(100%) contrast(100%);*/
  opacity: 0.5 !important;
   /*Reduce opacity on hover */
}




/* animations ///////////////////////// */ 

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* Keyframes for the animation */
@keyframes moveUpDown {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px); /* Adjust as needed */
  }
  100% {
      transform: translateY(0);
  }
}

/* Applying the animation to the image */
.move-up-down {
  animation: moveUpDown 5s infinite; /* Adjust the animation speed (5s) and timing (infinite) as needed */
}

