html,body{
	overflow-x: hidden;
  width: 100%;
}
.grecaptcha-badge { 
  visibility: hidden !important;
}
.nav-item {
  position: relative;
}
.nav-item::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 2px;
  background-color: #3c4245;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: center;
}
.nav-item:hover::after {
  transform-origin: center;
  transform: scaleX(1);
}
.nav-link{
  font-family: 'Roboto', 'Inter', sans-serif;
  font-size: 1.1em !important;
}

@media screen and (min-width:550px) {
.dropdown-menu.dropdown-2col.show {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  width: 500px;
  padding: 0.5rem;
}
.dropdown-2col li{
  width: 50%;
}
/* Two items per row */
.dropdown-2col .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  padding: 0.5rem;
  border: none;
  order: initial;
}
}
.menuRobots {
  max-height: 90px;
  max-width: 45px;
  flex-shrink: 0;
}
.topScroll{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border-radius: 100%;
  padding: 8px;
  opacity: 0.3;
  background-color: #eeeeee;
  cursor: pointer;
}
.topScroll:hover{
  background-color: #eeeeee;
  opacity: 0.8;
}
.footer1 {
	margin-top: 15px;
	margin-bottom: 10px;
	opacity: 0.8;
	width: 180px;
}
.footer {
	width: 200px;
	margin-top: 3px;
  opacity: 0.8;
}
.footstyle1 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
  color: white;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.videoContainer, .videoWrapper{
  position: relative;
}
.videoShade{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 27, 36, 0.6);
}
.firstText{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f8ff;
  font-weight: 500;
  font-family: 'Roboto', 'Inter', sans-serif;
  font-size: 32px;
  width: 100%;
  padding: 5px;
}
.features{
  background: #08274B;
background: linear-gradient(135deg,rgba(8, 39, 75, 1) 0%, rgba(47, 95, 138, 1) 65%, rgba(69, 121, 163, 1) 100%);
}
.featuresContainer{
    padding: 3% 15%;
    margin-top: -30px !important;
}
.featureHeader{
    margin-top: 80px;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    padding: 15px 10px;
    background: linear-gradient(to right, #878b8c 50%, rgb(109 109 109 / 56%) 70%, #A486F700);
    border-radius: 5px;
    color: #ffffff;
}
.featureImg{
    width: 80%;
}
.featureText{
    font-size: 1.2rem;
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #eeeeee;
}
@media screen and (max-width: 1200px) {
.featuresContainer {
    padding: 3% 10%;
}
.featureText {
    font-size: 1.1rem;
}
}

@media screen and (max-width: 800px) {
  .navbar .navbar-brand img{
    width: 150px !important;
  }
.featureHeader {
    margin-top: 50px;
    font-size: 1.4rem;
}
.featuresContainer {
    padding: 3% 5%;
}
.featureText {
    font-size: 1rem;
}
}