@font-face {
  font-family: 'GtFontBold';
  src:
    url('/gt-walsheim-pro/GTWalsheimPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GtFont';
  src:

    url('/gt-walsheim-pro/GTWalsheimPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000000;
  font-family: GtFont !important;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  color: white;
}

p {
  font-size: 18px;
  color: white;
}



.main_container_makingAi {
  position: relative;
  overflow: hidden;
  background-image: url(/Images/Rectangle\ 9605.gif);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180%;
}

.main_container_makingAi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Adjust the alpha value to control opacity */
  z-index: 1;
}

.first-section-background {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  /* Ensures this content is above the overlay */
}

.top-heading {
  font-size: 95px;
  font-weight: 700;
  color: white;
  z-index: 2;
}


.form-inputs{
  width: 100%;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-color:black !important;
  height: 65px;
  padding: 12px 14px;
  color: white;
}


.form-textarea{
  width: 100%;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 12px 14px;
  color: white;
}

.submitBtn{
  width: 100%;
  height: 59px;
  padding: 12px 10px;
  background: linear-gradient(90deg, #4D30F9 0%, #FA4CCE 50%, #FC8965 100%);
  border: none;
  border-radius: 5px;
  color: white;
}

.contact-inner{
  background: url(../Images/roundShadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
.contact-inner2{
  background: url(../Images/bottomShadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom ;
}
.side_bg{
  background: url(../Images/Light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right ;
}

.firstBoxBg{
  background: transparent;
}


/* insight section  */



.blog-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.blog-card {
  background-color: #181818;
  width: 600px;
  height: 600px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-image {
  width: 100%;
  border-radius: 15px;
  margin-top: 10px;
}




.read-more {
  display: inline-block;
  margin-top: 15px;
  color: #00d4ff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.read-more:hover {
  color: #ff4081;
}

.read-more span {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s;
}

.read-more:hover span {
  transform: translateX(5px);
}

/* insight section */

.patternBg2{
  background: url(../Images/pattern2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.patternBg3{
  background: url(../Images/pattern2.png);
  background-position: start;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainlogo{
  position: absolute;
  width: 200px;
  top: 5%;
  left: 0;
}

@media (max-width: 1199px) {
  
  .top-heading {
    font-size: 85px;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  
  .top-heading {
    font-size: 75px;
    font-weight: 700;
  }
  .mainlogo{
    width: 150px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }

  p {
    font-size: 1em;
    margin-bottom: 40px;
  }

  .top-heading {
    font-size: 65px;
    font-weight: 700;
  }

  
}



@media (max-width: 500px) {
  .top-heading {
    font-size: 50px;
    font-weight: 700;
  }
}
