*{padding: 0; margin: 0; box-sizing: border-box; font-family: "Inter";}
h1,h2,h3,h4,h5,h6, p{
    padding: 0;
    margin: 0;  
}
body{overflow-x: hidden;}
p{font-size: 16px; font-weight: 300;}

a{text-decoration: none; color: #000;}
li{list-style: none;}
.martop-20{margin-top: 20px;}
.martop-40{margin-top: 40px!important;}

.pos_rltv{position: relative;}

.container-large{
    width: 90%;
    margin: 0 auto;
}
.container{
    width: 80%;
    margin: 0 auto;
}


.header{
    width: 100%;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-top: 15px;
    background: linear-gradient(180deg, rgba(0,0,0,0.4206057422969187) 0%, rgba(255,255,255,0) 100%);
    transition:  all ease .5s;
   }

 .fixedheader{position: fixed; padding-top: 5px; background: none; background-color: rgba(226 226 226 / 90%); backdrop-filter: blur(10px); }

.navbar{   
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.concept-div{margin-left: 25px;}
.concept-div p{font-family: 'Poppins'; font-size: 28px; margin-top: 10px; font-weight: 800;}
.concept-div .cnpt{color: #D99202;}
.concept-div .cube{color: #43A6C7;}
.logo{
    width: 70px;
    height: 70px;
    object-fit: cover;
    transition:  all ease .5s;
}
.logo img{
    width: 100%;
    height: 100%;
}
.nav-list{
    display: flex;
    gap: 10px;
}
/* .right-logo{
    width: 40px;
    height: 40px;
    background-color: white;
    border: 5px solid transparent;
    border-image: linear-gradient(180deg, rgba(217,146,2,1) 0%, rgba(67,166,199,1) 100%);
    border-image-slice: 1;
    border-radius: 40px;
} */

#smokebanner {
    width: 100%;
    height: 50vh;
    z-index: 2;
    pointer-events: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    opacity: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
}

.smokeon{opacity: 1;}

.outer_circle { 
    width: 30px; 
    height: 30px; 
    position: absolute;
    border-radius: 50%; 
    background: #ffffff; 
    margin-top: 17px;
    cursor: pointer;
    right: 0px;
} 
  
.inner_circle { 
    background-image: linear-gradient(180deg, rgba(217,146,2,1) 0%, rgba(67,166,199,1) 100%);
    content: ''; 
    position: absolute; 
    top: -10px; 
    bottom: -10px; 
    right: -10px; 
    left: -10px; 
    z-index: -1; 
    border-radius: inherit; 
}
.nav-menu{
    /* float: right; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    margin-right: 55px;
}
.nav-menu ul .list-media, .nav-menu ul .list-tech{
    background: rgba(217, 146, 2, 60%);
    padding: 12px 30px;
    border: 1px solid #d9910256 ;
    transition:  all ease .5s;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;    
   position: relative;
   backdrop-filter: blur(10px);
}

.nav-menu .nav-list li::before, .form-container .button::before {
	content: '';
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #00000027;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.nav-menu .nav-list li > a {
	vertical-align: middle;
    position: relative;
    z-index: 1;
}
.nav-menu .nav-list li:hover::before, .form-container .button:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}


.nav-menu ul .list-tech, .form-container .button{
    background: rgba(67, 167, 199, 60%);
    border: 1px solid #43a6c763 ;
  
}

.nav-menu ul li a{
    color: #fff;
}

.fixedheader .logo{width: 55px; height: 55px;}
.fixedheader .logo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.fixedheader .nav-menu{padding-top: 10px; padding-bottom: 14px;}

.fixedheader .nav-menu ul .list-media, .fixedheader .nav-menu ul .list-tech{padding: 9px 30px;}

/* .fixedheader .outer_circle{margin-top: 8px; width: 36px; height: 36px; }
.fixedheader .inner_circle{top: -5px; left: -5px; bottom: -5px; right: -5px;} */

/* menus start */
.menus{
    width: 100%;
    text-align: left;
    justify-content: center;
    position: fixed;
    top: 0px;
    z-index: 999;
    line-height: 35px;
    color: white;
    font-size: 67px;
    font-weight: 700;
    display: none;
    transition: all ease 1s;
    background-color: #233334;
    height: 100vh;
    padding: 100px 0 0 20px;
   line-height: 75px;
   letter-spacing: -3px;
   
}

.menus .menu-bar ul li{
    margin-top: 28px;
    transform: translateX(0px);
    transition: all ease-in .5s;
}

.menus .menu-bar ul li a{
    color: #fff;
   
  
}
.menus .menu-bar ul li:hover{
    transform: translateX(20px);
    display: inline-block;   
  
}

.menus .menu-bar ul li:hover a
{
    color:#43A6C7;
}

.menus .menu-bar{
    width: 90%;
   
}

/* menu end */

.story{text-align: center; justify-content: center; padding-top: 60px; background-color:#363636; padding-bottom: 115px; width: 100%; position: relative;}

.story .story-contents{
    position: relative;
}
.story .story-contents h5{
    font-size: 35px;
   
    color: #D99202;
}

.story .story-contents p{
    padding: 10px 0;
    font-size: 22px;
    color: #eeeeee;
}
.story .story-contents a{
    display: inline-block;
    padding: 15px 20px;
    background-color: #939393;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 35px;
}
.story .concept{
    font-weight: 700;
    font-size: 170px;
    font-family: 'Poppins';
    transform: translateY(-60px);
    color: #0000004d;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -85px;
    z-index: 1;
}

.centerhead{text-align: center; width: 70%; margin: 20px auto;}
.centerhead p{font-size: 24px; letter-spacing: 0px; text-align: center;}
.centerhead h3{font-weight: 800; font-size: 45px; letter-spacing: -2px;}

.clearfix{display: block; clear: both; height: 0px; line-height: 0px;}

/* footer start */
.footer{
    padding: 10px 0 40px;
    background-color: #363636;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
}
.footer-content-box{
    width: 100%;
}

.footer .footer-content-box .footer-left{
    width: 100%;
    text-align: center;
    padding: 0 140px; 
}
.footer .footer-content-box .footer-left p{
    font-size: 26px;
    font-weight: 300;
    color: #585858;
    text-align: justify;
    line-height: 28px;
}
.footer .footer-content-box .media-box{
    width: 100%;

}
.footer .footer-content-box .media{
    display: flex;
   text-align: center;
   justify-content: center;
    padding-top: 25px;
}
.footer .footer-content-box .media a i{
    color: #000000;
    font-size: 20px;
    transition: all ease-in-out .2s;
    padding-right: 4px;
}
.footer .footer-content-box .media a{
    color: #0c0c0c; padding-left: 20px; transition: all ease-in-out .2s;
   
}
.footer .footer-content-box .media a:hover .face-book, .footer .footer-content-box .media .face-book:hover{
    color:#0751b1;
    transform: scale(1.05);
  
}
.footer .footer-content-box .media a:hover .you-tube, .footer .footer-content-box .media .you-tube:hover{
    color:#cf210a;
    transform: scale(1.05);
  
}
.footer .footer-content-box .media a:hover .linke-din, .footer .footer-content-box .media .linke-din:hover{
    color:#0821b1;
    transform: scale(1.05);
  
}
.footer .footer-content-box .media a:hover .insta-gram, .footer .footer-content-box .media a:hover{
    color:#c21379de;
    transform: scale(1.05);
  
}
.copy-right{
    padding-top: 30px;
    text-align: center;
    color: #838383;
}
.copy-right a{color: #c7c7c7;}
.copy-right strong{color: #43A6C7;}
.copy-right span{color: #43A6C7;}
.lines{display: block; background: url(../images/line-bg.webp) repeat-y center; position: absolute; height: 100%; width: 100%; z-index: 2;}

.middle-img{ position: absolute;
    top: 23.3vw;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 34.8vw;
    height: 30.6vw;
    background-color: #d1d1d1;
    z-index: 2;
    border: solid 30px #0d0c0f;}

.middle-img ul{position: relative; overflow: hidden; width: 100%; height: 100%;}

.middle-img ul li{position: absolute; width: 100%; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; display: none;}

.slide-img-1{ background-image: url(../images/projects/utsaver-sq.webp);}

.slide-img-2{background-image: url(../images/projects/desh-joro-sq.webp);}

.slide-img-3{background-image: url(../images/projects/drone-mapping-sq.webp);}


.middle-img img{
    width: 100%;
    height: 100%;
}

.sliderdots{width: 150px; height: 16px; margin: 8px auto; display: flex; justify-content: center; text-align: center;}
.sliderdots span{width: 30px; height: 6px; margin: 5px; background-color: #3f3f3f;}
.slideactive {background-color: #208fda!important;  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }