/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body{
    margin: 0;
    background-color: #140c1c;
    font-family: "Manrope", serif;
}
:root{
    --primary--color: #0780e8;
    --para--color:#140c1c;
    --white--color:#fff;
    --text-color:#40a6ff;
}
header .logo{
    font-weight: bold;
}
.logo a{
    color: var(--white--color);
    text-decoration: none !important;
}
header nav a{
    text-decoration: none;
    color: #2d2d2d;
    font-weight: 500;
}
a{
    text-decoration: none;
}
p{
    font-size: 17px;
    color: #e1e1e1;
}
h2{
    color: var(--white--color);
    font-size: 40px;
    font-weight: 700;
}
h2,h3,h4,h5,h6{
 color: var(--white--color);
 font-weight: 500 !important;
}
/* my code */
.header{
    position: fixed;
    width: 100%;
    top: 0;
    padding: 8px 0;
    z-index: 1000;
    transition: 0.3s all ease;
}
.header.hidden-nav{
    top: -120px;
}
.header.fixed-top {
    background: var(--para--color);
     box-shadow: 0 0 30px #0298f94d;
}
.banner {
    margin-top: 200px ;
}
header .logo {
    font-size: 26px;
    font-weight: 600 !important;
    color: #fff;
    width: 200px;
}
section{
    padding: 60px 0px;
}
.carousel .list .item .introduce .topic {
    font-size: 41px;
    line-height: 49px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.carousel .list .item .introduce .des {
    font-size: small;
    font-size: 16px;
    line-height: 24px;
    color: var(--para--color);
}
.main-nav {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px 16px;
    /* border: 1px solid rgba(255, 255, 255, 0.05);;
    border-radius: 50px;
    background-color: #f3f9f2; */
    position: relative;
}
.main-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li{
    position: relative;
}
.main-nav a{
    padding: 8px 16px;
    color: var(--white--color);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.main-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(./images/bg-shape.svg);
    width: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.main-nav a:hover::after {
    opacity: 1;
    visibility: visible;
    color: #fff;
    width: 150%;
}
.contact_us_btn {
   padding: 10px 20px;
   background: #013c4a;
   color: #fff;
   border-radius: 25px;
   display: inline-block;
   font-size: 14px;
   font-weight: 600;
}
.menu_icon{
    display: none;
}
.menu_icon img{
    max-width: 25px;
}
.banner-text {
   
}
.hero-sub-title {
    color: var(--white--color);
    font-size: 26px;
    font-weight: 600;
}
.section-1{
}
.banner-text  {
    text-align: center;
    position: relative;
    z-index: 5;
}
.banner-text .title{
    color: var(--white--color);
    font-size: 50px;
}
.about-img img {
    max-width: 400px;
    margin: auto;
}
.banner-text p{
    color: var(--white--color);
    margin-top: 15px;
    font-size: 20px;
}
.about-img {
    text-align: center;
}
.company-overview > *{
    color: #fff;
}
.product-card {
    border-right: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    padding: 20px;
    text-align: center;
}
.product-card h4{
    font-size: 26px;
    font-weight: 600;
    color: #1e1e1e;
}
.product-card-max-width p{
    color: #535353;
}
.product-card img{
    max-width: 230px;
}
.product-card.border-right-none {
    border-right: none;
}
.product-card.border-bottom-none {
    border-bottom: none;
}
.product-col .col-md-6{
    padding: 0;
}
.contact-us-text-container  h4{
    font-size: 24px;
    font-weight: 500;
    color: #1e1e1e;
}
.section-3 {
}
footer{
    padding: 10px 0;
    border-top: 1px solid #2b2b2b;
    background: var(--para--color);
}
.copyrights {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #bfbfbf;
}
.button__component_demo {
    border: 0;
    border-radius: 30px;
    color: #fff;
    position: relative;
     opacity: 1;
    visibility: inherit;
     font-size: 14px;
    overflow: hidden;
    transform: translate(0px, 0px);
}
.button__component_demo .link__text_demo {
    /* background: radial-gradient(91.98% 894.87% at 93.51% 50%,#1d1d24 0,rgba(29,29,36,.982) 40.62%,rgba(29,29,36,.8) 100%),linear-gradient(0deg,#2069d6,#2069d6); */
    display: block;
    padding: 7px 14px;
    z-index: 3;
}
.button__component_demo .button__gradient_demo {
    border-radius: 30px;
    bottom: -1px;
    box-shadow: -1px 1px 4px var(--primary--color),1px -1px 4px var(--white--color);
    left: -1px;
    overflow: hidden;
    padding: 9px 18px;
     overflow: hidden;
      font-size: 14px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: box-shadow .4s ease-out .4s;
    z-index: 2;
}
.button__component_demo .button__gradient_demo:after, .button__component_demo .button__gradient_demo:before {
    background: linear-gradient(218deg,#ea5b21,#7f539d 45%,#2a74b7);
    content: "";
    position: absolute;
}
.product-card-max-width {
    max-width: 80%;
    margin: auto;
}
.gl-map {
    padding: 5px 5px 0px 5px;
    background: var(--primary--color);
}
@media (min-width: 768px) {
  .button-55 {
    padding: 8px 24px;
  }
}
/* side menu */
.side-menu.active nav {
    right: 0;
    background: #fff;
}
.side-menu.active  {
   display: block;
}

.side-menu li {
    color: var(--primary--color);
    font-weight: 600 !important;
}
.side-menu{
    display: none;
}
.side-menu nav {
    width: 300px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.3s ease;
}
.side-menu-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.side-menu-close-btn img {
    max-width: 26px;
    cursor: pointer;
}
.side-menu nav ul {
    padding: 30px;
    list-style: none;
}
.side-menu nav ul li a {
    padding: 15px 0;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--primary--color);
    text-decoration: none;
}

.side-menu nav .mobile-dropdown{
    padding: 0 0 0 15px;
}
.side-menu nav .mobile-dropdown li{
    padding: 10px 0;
    font-size: 13px;
}
.mobile-dropdown-li.active a{
    color: #ef6262;
}
.side-menu nav .mobile-dropdown.active{
    display: block;
}
.side-menu nav .mobile-dropdown {
    display: none;
    transition: all 0.3s ease-in;
}
.mobile-dropdown-list span{
    cursor: pointer;
}
.nav.nav-pills .nav-link.active{
    background: #fff !important;
    color: var(--primary--color) !important;
}
.nav.nav-pills .nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.nav.nav-pills .nav-link.active{
    background: transparent !important;
}
.banner-btns {
    margin-top: 30px;
}
.social_icons {
    display: inline-block;
    margin-left: 15px;
}
.social_icons .icons {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary--color);
    border-radius: 6px;
    transition: all 0.3s ease;
}
.social_icons .icons:hover{
    background: var(--primary--color)
}
.social_icons .icons:hover i {
    color: var(--white--color)
}
.social_icons .icons i{
    font-size: 20px;
    color: var(--primary--color);
    transition: all 0.3s ease;
}
.button-55 i{
    margin-left: 5px;
}
.nav-container {
    display: flex;
    align-items: center;
}
.logo img{
    max-width: 100px;
}
.orb-container {
    position: absolute;
     top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
      width: 100%;
    height: 400px;
}
.orb-container .canvas{
    width: 100%;
    height: 100%;
}
.sec-1 {
}
.sec-2 {
    padding-top: 0;
}
.sec-3 {
    padding-top: 0;
}
.sec-4 {
    padding-top: 0;
}
/* sec1 */
.card-about {
    padding: 40px 120px;
    position: relative;
}
.about-us-border-imgs .left{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-us-border-imgs .right{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.animate-me {
    line-height:45px;
}
.animate-me b{
    font-weight: 600 !important;
    color: var(--text-color);
}

.wrapper {
	display: grid;
	place-content: center;
	height: auto;
}
.marquee {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(
		var(--mask-direction, to right),
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 10%,
		hsl(0 0% 0% / 1) 90%,
		hsl(0 0% 0% / 0)
	);
}

.marquee__ctn {
	display: flex;
	width: 100%;
}

.marquee__track {
	display: flex;
}

@supports (-webkit-touch-callout: none) {
	.marquee__ctn {
		transform: translate3d(0, 0, 0) scale(1);
		perspective: 1px;
	}
}

.marquee__item {
	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;

	min-width: 120px;
	margin-inline-end: 3rem;

	img {
		height: 60px;
		width: 100%;
		object-fit: contain;
		backface-visibility: hidden;
		filter: brightness(100%);
	}
}

.marquee__item {
     display: flex;
    align-items: center;
    justify-content: space-between;

    /* Spacing */
    padding: 10px 20px;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    min-width: 150px;
    height: 30px;

    /* Visual style */
    border-radius: 2px;
    background-image: linear-gradient(to right, #40a6ff73 0%, transparent 40%, transparent 100%) !important;
    color: white;
    font-weight: 500;

    /* Optional shadow */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

    /* Optional hover effect */
    transition: all 0.3s ease-in-out;
}
.marquee__item h5{
    margin: 0;
    font-size: 15px;
}
.marquee__track.second{
    margin-left: 400px;
}

.hero-1 {
    padding-bottom: 0;
    padding-top: 100px;
}
.service-card {
    border: 1px solid #40a6ff5c;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
    transition: all 0.3s ease;
}
.service-card:hover{
    border: 1px solid var(--text-color);
}
.service-card p{
    margin: 0;
    font-size: 15px;
    color: #f2f2f2;
}
.service-card img{
    margin-bottom: 10px;
    max-width: 50px;
}

/*  */
#horizontal-scoll {
  padding: 200px 0;
  height: 100%;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 100%;
}

.horizontal {
  display: flex;
  height: 100%;
gap: 20px;
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
  
}

.horizontal > div:first-child {
 
}

.horizontal > div:last-child {
  padding: 0 15px 0 5px;
}

.horizontal .card {
  align-items: stretch;
  width: 300px;
  background: transparent;
}
#horizontal-scoll {
    padding: 0 !important;
}
.horizontal .card img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.horizontal .card h4{
    font-size: 18px;
}
.horizontal .card p{
    font-size: 14px;
}
.price {
    color: var(--text-color);
}

input {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black #8f8f8f;
    background-color:transparent;
    color: #fff;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2.81rem;
    margin-bottom: 0;
    padding: 0 0 1rem;
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 160%;
    transition: all .2s;
    display: flex;
    border-bottom: 1px solid #8f8f8f;
    padding-left: 0px;
}
textarea {
     border-style: none none solid;
    border-width: 1px;
    border-color: black black #8f8f8f;
    background-color:transparent;
    color: #fff;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2.81rem;
    margin-bottom: 0;
    padding: 0 0 1rem;
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 160%;
    transition: all .2s;
    display: flex;
    border-bottom: 1px solid #8f8f8f;
    padding-left: 0px;
    height: 80px;
}
textarea:hover{
    border-bottom: 1px solid #fff;
}
input:hover {
    border-bottom: 1px solid #fff;
}
textarea:focus-visible{
     outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}
input:focus-visible {
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}
textarea:focus{
     outline: none;
    border: none;
     border-bottom: 1px solid #fff;
}
input:focus {
    outline: none;
    border: none;
     border-bottom: 1px solid #fff;
}
.from-group {
    margin-bottom: 30px;
}
.from {
    padding: 30px;
    /* background: #011a32; */
    border-radius: 10px;
    border: 1px solid var(--primary--color);
}
.from .button__component_demo {
    font-size: 15px;
}
.from .button__component_demo .link__text_demo {
    padding: 9px 18px;
}
.from .button__component_demo .link__text_demo {
    padding: 9px 18px;
    box-shadow: -1px 1px 4px var(--primary--color), 1px -1px 4px var(--white--color);
    border-radius: 30px;
    bottom: -1px;
}
.from .button__gradient_demo{
    box-shadow: none;
}
.social_icons {
    display: none;
}
.social_icons .icons {
    box-shadow: -1px 1px 4px var(--primary--color),1px -1px 4px var(--white--color);
    border-radius: 30px;
    border: none;
}
#success-popup{
    position: fixed;
    top: 0px;
    right: 32px;
    z-index: 10000;
}