/* Metropolis Regular */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Metropolis Bold */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Metropolis Bold Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Metropolis Black */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Metropolis Black Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Metropolis ExtraBold */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Metropolis ExtraBold Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Metropolis SemiBold */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* Metropolis SemiBold Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Metropolis Medium */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Metropolis Medium Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Metropolis Light */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Metropolis Light Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Metropolis Thin */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Metropolis Thin Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Metropolis ExtraLight */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Metropolis ExtraLight Italic */
@font-face {
    font-family: 'Metropolis';
    src: url('../font/Metropolis-ExtraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}


.btn-ag-2{
	border:0;
	color:black;
	/* Rectangle 30 */
	background: linear-gradient(302.66deg, rgba(255, 255, 255, 0.45) 16.55%, rgba(255, 255, 255, 0.85) 84.6%);
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 40px;

}

.headline {
font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 90px;
line-height: 85px;
/* or 94% */
text-align: center;

color: #44FCFF;


}

/* General Styles for Mobile */
@media (max-width: 767px) {

  /* Adjust header layout */
  .navbar {
    padding: 10px;
  }

  /* Adjust logo size */
  .navbar-brand img {
    height: 30px;
  }

  /* Center the buttons in mobile */
  .d-flex {
    flex-direction: column;
    align-items: center;
  }

  /* Adjust the header buttons in mobile */
  .btn-ag {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
	background: linear-gradient(302.66deg, rgba(42, 61, 102, 0.5) 16.55%, #2A3D66 84.6%);
	backdrop-filter: blur(2px);
	border-radius: 15px;

  }

  /* Adjust hero section text */
  .headline {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section .sub {
    font-size: 1.2rem;
  }
  .subheadline{
  	font-size:1rem !important;
  }

  .form-demo {
    padding: 20px;
  }

  .btn-demo {
    font-size: 16px;
  }

  /* Adjust form spacing */
  .form-demo {
    width: 100%;
    margin: 0 auto;
  }

  /* Adjust the background image */
  .hero-section {
    padding: 50px 0;
    background-position: top center;
  }

  /* Adjust feature section layout */
  .features-section {
    padding: 30px 15px;
  }

  .features-section h2 {
    font-size: 1.5rem;
  }

  .features-section p {
    font-size: 1rem;
  }

  /* Adjust cards for mobile */
  .features-section .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .comparison-section {
    padding: 20px;
  }

  .comparison-card {
    padding: 20px;
  }

  .comparison-header {
    font-size: 1.2rem;
  }

  .list-group-item {
    font-size: 0.9rem;
  }

  /* Adjust comparison card layout */
  .comparison-card {
    margin-bottom: 30px;
  }

  /* Center buttons and text for mobile */
  .btn-ag-2 {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }

  .btn-ag {
    width: 100%;
    margin-top: 10px;
    text-align: center;
	background: linear-gradient(302.66deg, rgba(42, 61, 102, 0.5) 16.55%, #2A3D66 84.6%);
	backdrop-filter: blur(2px);
	border-radius: 15px;

  }
}


/* General Styles */
body {
  font-family: 'Metropolis', sans-serif;
  background-color: #f8f9fa;
}

.navbar {
  background: linear-gradient(to right, #f8f9fa, #dce0e6);
}

.navbar-brand img {
  height: 50px;
}

.btn-demo, .btn-free {
  border-radius: 20px;
  margin-left: 10px;
}

.btn-demo {
  background-color: #495fba;
  color: white;
}

.btn-free {
  background-color: #4b72d6;
  color: white;
}

.hero-section {
  background-image: url('../images/bg.png'); /* Background image */
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: white;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-section .sub {
  font-size: 1.5rem;
}

.form-demo {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
}

.btn-cta {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-cta:hover {
  background-color: #0056b3;
}

.robot-arm {
  max-width: 100px;
  margin-top: 20px;
}

.features-section h2, .features-section p {
  color: white;
}

.features-section .p-3 {
  background-color: transparent;
  color: white !important;
}


.btn-demo {
  background: linear-gradient(86.19deg, #FFFFFF 21.2%, #44FCFF 85.01%);
  border-radius: 90px;
  border: 0;
  font-family: 'Metropolis';
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.bg-form {
  background: linear-gradient(302.66deg, rgba(255, 255, 255, 0.05) 16.55%, rgba(255, 255, 255, 0.2) 84.6%);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
}

.header-ag {
  background: linear-gradient(114.21deg, rgba(255, 255, 255, 0.55) 0%, #FFFFFF 93.54%, #FFFFFF 100%);
  opacity: 0.95;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  position: fixed;
  z-index: 1;
  width: 100%;
}

.text-blue {
  color: #44FCFF;
}

.comparison-section {
  background-color: #2c3e50;
  padding: 50px;
}

.comparison-card {
  background: linear-gradient(164.88deg, rgba(255, 255, 255, 0.2) 2.75%, rgba(255, 255, 255, 0.3) 97.03%);
/*  backdrop-filter: blur(2px);*/
  border-radius: 50px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.comparison-header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.comparison-header span {
  color: #16a085;
}

.list-group-item {
  background: transparent;
  border: none;
  font-size: 1rem;
}

.list-group-item i {
  font-size: 1.2rem;
  margin-right: 10px;
}

.list-group-item-red i {
  color: #e74c3c;
}

.list-group-item-red {
  color: #e74c3c;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 46px;
}

.list-group-item-green i {
  color: #2ecc71;
}

.list-group-item-green {
  background: rgba(255, 255, 255, 0.67);
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 46px;
}

.bg-blue {
  background-color: #1abc9c;
  color: white !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.9rem;
}


.bg-red {
  background-color: red;
  color: white !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.btn-ag {
	/* Rectangle 29 */

box-sizing: border-box;

background: linear-gradient(302.66deg, rgba(42, 61, 102, 0.5) 16.55%, #2A3D66 84.6%);
backdrop-filter: blur(2px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 15px;
color: white;
border:0;

}

.bg-feature {

border-radius: 40px;

}

.list-group-item:first-child {
        border-top-left-radius: 46px;
    border-top-right-radius: 46px;
}

.subheadline {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 400;
	font-size: 20px ;
	line-height: 30px;
	text-align: center;
	margin-top: 32px;
	color: #FFFFFF;
}