*{padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif;}
h1,h2,h3,h4,h5,h6, p{
    padding: 0;
    margin: 0;  
}
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: absolute;
    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%);
   
}
.navbar{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.logo{
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.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;
} */

.outer_circle { 

    position: relative; 

    width: 30px; 

    height: 30px; 

    border-radius: 50%; 

    background: #ffffff; 
    margin-top: 14px;
    cursor: pointer;

} 
  
.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{
   
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.nav-menu ul .list-media, .nav-menu ul .list-tech{
    background: #D99202;
    padding: 12px 30px;
    border: 1px solid #D99202 ;
    transition:  all ease .5s;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;    
   position: relative;
}

.nav-menu .nav-list li::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 {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}


.nav-menu ul .list-tech{
    background: #43A6C7;
    border: 1px solid #43A6C7 ;
  
}

.nav-menu ul li a{
    color: #fff;
}

/* 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; background-color:#363636; padding-bottom: 145px; width: 100%; position: relative;}

.story .story-contents{
    position: relative;
}
.story .story-contents h5{
    font-size: 45px;
    padding-top: 30px;
    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: #ffffff;
    position: relative;
   z-index: 2;
   margin-top: 10px;
}
.story .concept{
    font-weight: 900;
    font-size: 140px;
    transform: translateY(-60px);
    color: #0000004d;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -85px;
    z-index: 1;
}

.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: 22px;
    font-weight: 300;
}
.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: #838383;
    font-size: 20px;
    transition: all ease-in-out .2s;
    padding-right: 4px;
}
.footer .footer-content-box .media a{
    color: #838383; padding-left: 20px; transition: all ease-in-out .2s;
   
}
.footer .footer-content-box .media a:hover i, .footer .footer-content-box .media a:hover{
    color:#4ebbe3;
    transform: scale(1.05);
  
}
.copy-right{
    padding-top: 30px;
    text-align: center;
    color: #838383;
}
.copy-right a{color: #c7c7c7;}
.lines{display: block; background: url(../images/line-bg.webp) repeat-y center; position: absolute; height: 100%; width: 100%; z-index: 2;}