/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }

    .menu-item{
        display: none !important;
    }

    .menu-btn {
        display: none !important;
    }



}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen  and (max-width: 767px) {	


    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }

    .menu-item{
        display: none !important;
    }

    .logo img{
     width: 174px;
    }
    header {
 
    padding: 12px 0;
    }
    .menu-btn {
        display: none !important;
    }
.hero-top-btn-content ul li {
	font-size: 7px;
    text-align: center;
	font-weight: 500;
	color: #fff;
	padding: 9px 6px;
	border-radius: 30px;
	background-color: #272727;
	background: linear-gradient(90deg,#cccccc1a 0%,#4545451a 59%,#6666661a 100%);
	border-radius: 999px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-bottom: 10px;
	max-width: 390px;
	width: 100%;
}

.hero-top-btn-content ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 8px;
}

.hero-top-btn-content ul li i {
	width: 8px;
	height: 8px;
	background-color: #4DD0E1;
	color: #fff;
	text-align: center;
	line-height: 8px;
	font-size: 4px;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
}
.hero-top-btn-content ul:last-of-type li {
	width: 154px;
}



.hero-title h2 {
	color: #FFF;
	font-family: Geist;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.8px;
	letter-spacing: -0.8px;
	text-align: center;
	margin-bottom: 20px;
}

.hero-title p {
  font-size: 18px;
  margin-bottom: 41px;
}
.hero-title a {
	color: #FFF;
	font-family: Geist;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 433px;
	width: 100%;
	margin: auto;
	border-radius: 999px;
	border: 1px solid #C6FF69;
	background: rgba(198, 255, 105, 0.20);
	box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.20);
	padding: 8px 13px;
	transition: .4s;
}

    .hero-area {
        padding: 126px 0 63px;
    }
    .about-title h2 {
    font-size: 39px;
    }
.about-contents-inner {
  display: block;
}

.about-contents-inner {

	padding: 19px 19px;
}

.ab-left-img {
  max-width: inherit;
  width: 100%;
  margin-bottom: 30px;
}
.ab-left-img img{
    width: 100%;
}

.about-right-content p {
	color: #FFF;
	font-family: Geist;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.1px;
}


.about-area {
	padding: 0 0 3px;
}
.Generations_box-inner h2 {

  font-size: 36px;
}
.skill-title h2 {
	font-size: 39px;
	margin-bottom: 42px;
}


footer p {
	color: #909099;
	font-family: Geist;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	padding: 38px 0 55px;
}









}
