* {
  margin: 0px;
  padding: 0px;
  /* font-family: 'Roboto Mono', monospace; */
  /* font-family: "Roboto", sans-serif; */
  font-family: "Quicksand", sans-serif;
  
  text-decoration: none;
}
.review {
  margin-top: 30px;
}
.reviewHeading {
  font-weight: bold;
  margin-bottom: 10px;
}
.aic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.aic2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: start; */
}
.jcc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jce {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
/* 
.collapse{
    background-color: #000;
}
.navbar-nav{
    background-color: red;
} */

.navbar {
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.nav-item {
  margin-right: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.custom-btn {
  background-color: #3a86ff;
  /* background-color: #edba2c; */
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  color: white;
  transition: background-color 0.5s ease;
  border: solid 1px transparent;
  /* border-radius: 50px; */
  border-radius: 0px;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
  transition: 0.5s;
}

.custom-btn:hover,
.custom-btn:focus {
  /* background-color: #3a86ff; */
  background-color: #edba2c;
  /* box-shadow: 1px 1px 40px #E84545; */
  color: white !important;
  border-radius: 0px;

  /* Slightly darker shade for hover and focus states */
}
#navbarBtn {
  display: none;
  transition: opacity 3s ease-in-out;
}

.custom-btn-white {
  background-color: white;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  color: #000;
  transition: background-color 0.5s ease;
  border: solid 1px transparent;
  /* border-radius: 50px; */
  border-radius: 0px;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
  transition: 0.5s;
}

.custom-btn-white:hover,
.custom-btn-white:focus {
  background-color: #3a86ff;
  /* box-shadow: 1px 1px 40px #E84545; */
  color: white !important;
  border-radius: 0px;

  /* Slightly darker shade for hover and focus states */
}

.iconBtn {
  width: 35px;
  height: 35px;
  background-color: #edba2c;
  border: 1px solid #edba2c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-left: 15px;
}
.iconBtn:hover {
  transform: translateY(-10%);
  box-shadow: 5px 5px 40px #3a86ff;
}
.headingTxt {
  font-family: "Lato", sans-serif;

  color: #3a86ff;
  font-size: 32px;
  text-align: center;
}
.headingTxt2 {
  font-family: "Lato", sans-serif;

  color: #fff;
  font-size: 32px;
  text-align: center;
}
/* Hero section */
.hero {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  /* background: linear-gradient(135deg,rgba(255,195,113, 1), rgba(255,95,109, 1)),
    url(images/bg2.jpg); */
  background: linear-gradient(to top,rgba(35,37,38, 1), rgba(0,0,0, 1));
  /* background-position: center top; */
  /* background-color: #000; */
  color: #fff;
}
.services {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  /* background: linear-gradient(135deg,rgba(255,195,113, 1), rgba(255,95,109, 1)),
    url(images/bg2.jpg); */
  background: linear-gradient(to top,rgba(35,37,38, 1), rgba(0,0,0, 1));
  /* background-position: center top; */
  background-color: #000;
  color: #fff;
}
.relax{
  background: linear-gradient(to top,rgba(35,37,38, 1), rgba(0,0,0, 1));
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.portfolio {
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  /* background-color: #edba2c; */
  background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #fff;
}
.slideItem{
  padding-right: 10vw;
  padding-left: 10vw;
  max-height: 80vh;
}
.slideImage {
  max-width: 100%; /* Make the image responsive */
  height: auto; /* Ensure the image aspect ratio is maintained */
}
.slideHeading{
  font-weight: normal;
}
.slideSubHeading{
  /* font-size: 22px; */
  font-weight: bold;
  color: #edba2c;
}
.slideBtn{
  background-color: #3a86ff;
  border-color: #3a86ff;
}
.heroImg {
  display: block;
}
/* BESPOKE TECH SOLUTIONS BY VISIONFORGE */

.HeroHeadingTxt {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 39px;
  color: #ffffff;
}
.serviceCrd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  border: solid 0px #edba2c;
  width: 100%; /* Change width to 100% */
  max-width: 300px; /* Optional: Set a maximum width for the cards */
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s;
}
.serviceCrdHeading{
  color: #edba2c;
}
/* .serviceCrd:hover,.serviceCrd:focus{
  border : solid 3px #edba2c;
} */

.HeroHeadingTxt2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  color: #edba2c;
  /* line-height: 72px; */
  /* identical to box height */


  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.SubHedingTxt {
  text-align: center;
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.HeroTxt {
}
.heroBoltTxt {
  text-align: center;
  font-size: 45px;
  font-weight: lighter;
  color: #fff;
}
.subhero {
  margin: 0px;
  text-align: center;
  color: #fff;
  background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding-top: 10px;
  padding-bottom: 10px;
}
.sr {
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
}
.subHeroIcons {
  font-size: 40px;
}
.nav-item :hover {
  color: #3a86ff !important;
}
.enquirySection {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border: solid 10px black; */
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.footerdiv {
  background-color: #0a1923;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footerIcons {
  margin-top: 30px;
  font-size: 40px;
}
.footerlink {
  margin-top: 10px;
  font-size: 15px;
}
.newBtn {
  background: #e84545 !important;
  border-color: #e84545;
}













/* styling for mobile device */
@media only screen and (max-width: 600px) {
  .navbar {
    max-width: 100vw !important;
  }
  /* .logoImg{
        width: 0%;
    } */
  .nav-item {
    margin-left: 10px;
    /* max-width: 80%; */
  }
  .hero {
    text-align: center;
  }
  .slideItem{
    max-height: 500vh;
  }
  .HeroHeadingTxt2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #edba2c;
    /* line-height: 72px; */
    /* identical to box height */
  
  
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  }
  .aic {
    justify-content: center;
    align-items: center;
  }
  .heroBoltTxt {
    font-size: 25px;
  }
  .footerdiv {
    padding: 10px;
  }
}
