
/* banner */
.banner{width: 100%;
    position: relative;
}
.about-banner{
    background-color: #344C54;
    height: 100vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;   
    overflow: hidden;
}

.mascot{width: 390px; height: 750px; background: url(../images/mascot.webp) no-repeat; position:absolute; z-index: 2; left: 10%; bottom: 0px;}

.banner-content-bg-img{
   background-image: url(../images/about-banner-team.webp);
   background-position: center ;
   background-size: cover;
   background-repeat: no-repeat;
   width: 0%;
   height: 450px;
   display: flex;
   justify-content: center;
   text-align: center;
   align-items: center;
   color: #fff; 
   position: relative;
   z-index: 3;
   top: 0px;
}

.about-banner-content{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;   
    position: absolute;
    z-index: 2;
    top: 32%;
    padding-right: 42px;
    width: 100%;
}
.about-banner p{position: absolute;top: 200px;left: 20%;font-size: 70px;color: #fff;font-weight: 600;}
.about-banner-content .about-cube{
    opacity: 1;
    animation: fade-left linear forwards;
    animation-timeline: view(100px 650px);
    position: relative;
}
.about-banner-content .about-cube span{position: absolute;top: -80px;left:40px; line-height: 145px;letter-spacing: 0;font-weight: 700;font-size: 40px;color: #577277;}
.about-banner-content .about-trabe{opacity: 1; animation: fade-right linear forwards;    animation-timeline: view(100px 650px);
}
.banner h2{
        opacity: 1;
        font-size: 240px;
        color:#53838b;
        line-height: 165px;
        padding: 20px 0;
        font-family: "Karla", sans-serif;
        font-weight: 900;
        letter-spacing: -20px;
        position: relative;
        /* animation: fade-in linear forwards;
        animation-timeline: view(100px 650px); */
    }

    @keyframes fade-left {
        to{opacity: 0;transform: translateX(-300px);}
    }
    @keyframes fade-right {
        to{opacity: 0;transform: translateX(300px);}
    }
    /* new section */
    .cube-story{
        width: 100%;
        position: relative;
        padding: 10px 0 50px;
    }
    .about-cube-heading{
        text-align: center;
    }
    .about-cube-heading h2{
        display: block; letter-spacing: -10px; font-size: 220px; font-weight: 800;color: #00000014; 
    }
    .about-cube-heading p{text-align: center;font-weight: 400;width: 70%;margin: 0 auto;padding-bottom: 28px;font-size: 30px;}

    .our-story-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        gap:0px;
       
    }
    .story-box{
        width: 100%;
        position: relative;      
    }


    .story-box .img-box {
      width: 100vw;
      height: 100vh;
      position: relative;
    }
    .cube-bg-st{
        background-image: url(../images/communication.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cube-bg-nd{
        background-image: url(../images/process.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cube-bg-rd{
        background-image: url(../images/culture.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cube-bg-th{
        background-image: url(../images/video.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-element{width: 663px; height: auto; margin: 0 auto; position: absolute;transform: translateX(100%); bottom: 175px; text-align: center;}
 
    .story-box .cube-content-box {
        width: 700px;
        padding: 0;      
        color: #fff;
        position: absolute; bottom: 70px; transform: translateX(100%);
        text-align: center;
      }
      .story-box .cube-content-box h4{
        font-size: 60px;
        padding: 20px 0px;
        letter-spacing: -3px;
        line-height: 55px;
        font-family: 'Prata';
        font-weight: 100;
      }
      .story-box .cube-content-box p{
        color: #ffffffcb;
        font-size: 22px;
      }
 
  
      .video-box .cube-bg-th{
        width: 100vw;
        position: relative;      
      }

      .video-box .playButton img{
        transition: all 1s ease-in-out;
      }
  
      .video-box .cube-bg-th::after{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000091;
      }
      .video-box:hover .playButton img{
          transform: rotate(360deg);
      }
      .playButton{
        position: absolute;
        top: 45%;
        left: 45%;
        
      }
      .playButton img{
        width: 120px;
        height: 120px;
      }
 
      .video-box .playButton img:hover{
        transform: scale(1.2);
      }





    
























/* 
 .media-cube{
    width: 100%;
}
.media-img{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.img-box{
    position: relative;
    width: 50%;
}
.img-box::after{
    position: absolute;
    content: "";
    top: 0 ;
    left: 0;
    bottom: 4px;
    right: 0;
    background: linear-gradient(270deg, rgba(0,0,0,0) 32%, rgba(0,0,0,0.6783088235294117) 100%);
}
.img-box > img{width: 100%; height: 60vh; object-fit: cover; object-position: center; transition: all 0.4s ease-in-out;}
.service{position: absolute; left: 0px; bottom: 4px; color: #fff; display: flex; z-index: 5; width: 60%;}
.service a{color: #fff;}

.service .service-keys{background-color: rgba(0 0 0 / 20%); backdrop-filter: blur(10px); padding: 30px; position: relative; width: 100%; transition: all 0.3s ease-in-out;}
.service .service-keys .left{width: 70%;}
.service .service-keys h2{font-size: 50px; font-weight: 200;}

.service .service-keys h2 span{font-weight: 700;}
.service .service-keys h3{border-bottom: 1px solid rgba(214, 214, 214, 0.2); padding: 10px 20px 10px 0; font-size: 30px; font-weight: 200; margin-left: 0px;}

.service .service-keys h3 a{
    transition: all ease .6s;
}
.service .service-keys h3:hover a{
    color: #48d1ff;
    padding-left: 5px;
}
.img-box:hover img{filter: grayscale(0);}

.img-box:hover .service-keys{background-color: rgba(0 0 0 1.0 / 70%); backdrop-filter: blur(20px);}

.details-links{position: absolute; font-weight: 200; font-size: 20px; width: 30%; right: 0px; top: 40px; bottom: 20px; border-left: solid 1px rgba(214, 214, 214, 0.2); display: flex; justify-content: center; align-items: center;}

.details-links a{display:block; width: 70px; height: 70px; background-color: rgba(255 255 255 / 50%); border-radius: 100%; transition:all ease.6s; display: flex; justify-content: center; align-items: center;}
.details-links a:hover{background-color: rgba(255 255 255 / 100%)}
   */
/* about-our-company */
.about-our-company{
    padding: 40px 0px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 8%, rgba(0, 0, 0, 0.103) 93%);
    position: relative;
    width: 100%;
}

.aboutleftpart{float: left; width: 60%;}
.aboutleftpart h4{font-size: 90px; line-height: 90px; font-weight: 300; margin-bottom: 20px; font-family: 'Prata'; width: 585px;}
.aboutleftpart p{font-size: 25px; padding-bottom: 20px;}

.aboutrightpart ul{padding: 30px 0px; margin: 0px auto; display: block; clear: both; float: left; width: 1260px;}
.aboutrightpart ul li{width: 300px; height: 300px; display: block; float: left; list-style: none; position: relative; margin: 0px 20px 0 0;}
.aboutrightpart ul li:last-child{margin-right: 0px;}
.aboutrightpart ul li h3{font-size:45px; font-weight: 800; color:#43a6c7; padding:75px 0px 0px 55px; margin: 0px;}
.aboutrightpart ul li h3 span{color: #9d9d9d;}
.aboutrightpart p{width: 90%; color: #363636; padding-left: 55px; font-size: 16px; line-height: 20px;}
.cir1{background: url('../images/cir1.webp') no-repeat; }
.cir2{background: url('../images/cir2.webp') no-repeat; }
.cir3{background: url('../images/cir3.webp') no-repeat; }
.cir4{background: url('../images/cir4.webp') no-repeat; }

/* small discribestion */
.our-short-describtion{
    background-image: url(../images/about-bg.webp);
    background-attachment: fixed;
    padding: 170px 0;  
    
}

.our-short-describtion .describtion h4{
    font-size: 48px;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center; 
    line-height: 60px;
    font-weight: 300;
    font-family: 'Prata';
}

.describtion > div{ display: flex; justify-content: center; align-items: center; padding: 20px 0; gap: 30px;}

.describe-part{width: 525px; height: 300px; box-sizing: border-box; background-color: rgb(255 255 255 / 10%); backdrop-filter: blur(20px); padding: 30px; position: relative;}

.describe-part h5{font-size: 135px; line-height: 80px; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: -15px; opacity: 0.1; position: absolute;}

.describe-part p{font-size: 16px; color: #fff; font-weight: 200; line-height: 25px; margin-top: 100px; padding: 6px; text-align: left;}

/* fotter-top */

.story{
    text-align: center;
    justify-content: center;
    padding-bottom: 145px;
    width: 100%;
}
.story .concept{
    font-size: 50px;
    color: #00000083;
}

/* team css */

.section.is--grid {
    position: relative;
    z-index: 1;
    padding: 0px;
   
}


.team-main{position: relative; z-index: 3; margin-top: -135px;}

.team-main .container{width: 1340px;}

.our-squad{display: flex;  padding: 50px 0; position: relative;}
.subject{width:115px; height: auto; transform: rotate(-90deg); position: absolute; top: 254px; left: 52px;}

.subject h3{
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 58px;
    font-family: 'Poppins';
    opacity: 0.2;
}
.team-lead{
    display: flex;
    gap: 10px;
    width: auto;
    margin-left: 162px;
    margin-bottom: 10px;
}
.team-lead .leader-img{
    width: 280px;
    height: 320px;
}
.team-lead .leader-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-lead .leader-name{width: 230px; height: 320px; padding-right: 20px; box-sizing: border-box; display: flex; align-items: flex-end;}
.team-lead .leader-name h4{
    font-size: 36px;
    color: #131417;
    letter-spacing:0px;
    line-height: 34px;
    font-weight: 300;
    font-family: 'Prata'
}
.leader-employee{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 680px;
    margin-top: 60px;
}
.leader-employee > div{
    width: 235px;
    height: 260px;
    position: relative;
}
.leader-employee > div img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
}
.leader-employee div p{position: absolute; bottom: 0px; left: 0px; padding: 4px 15px; background-color: #2992b5; letter-spacing: 1px; font-size: 20px; font-family: 'Noto+Serif'; font-style: italic; font-weight: 500; color: #fff;}

.leaders-list{display: flex; flex-wrap: nowrap; gap: 20px; width: 100%; margin-top: 10px; margin-bottom: 60px; justify-content: center;}

.leaders-list li{width: 350px; height: 400px; background-color: #344C54; position: relative; overflow: hidden; }
.leaders-list li img{width: 100%;}
.leaders-list li > div {opacity: 0; display:block; text-align: left; position: absolute; top: 2%; left: 2%; height: 96%; width: 96%; padding: 25px; box-sizing: border-box; background-color: rgb(255 255 255 / 20%); backdrop-filter: blur(20px);  transition: all 0.4s ease-in-out;}
.leaders-list li:hover > div{opacity: 1;}
.leaders-list li > div h3{font-family: 'Prata'; font-weight: 300; font-size: 30px; color: #131417; margin-top: 100px;}
.leaders-list li > div p{font-size: 16px; color: #222222;}
.leaders-list li > div p::after{content: ''; display: block; height: 1px; width: 50px; background-color: #222222; margin-top: 20px;}
.leaders-list li > div a{display: block; width: 30px; height: 30px; margin-top: 10px; background: #fff; color: #0a6b97; font-size: 25px; cursor: pointer; text-align: center; line-height: 30px;}

.middleleader{margin-top: -50px;}

ul.asstteam {display: flex; justify-content: center; gap: 10px;}

ul.asstteam li{width: 246px; height: 284px; float: left; background-color: #344C54; position: relative;}
ul.asstteam li .teamimage{height: 284px; width: 100%; display: block; margin: 0px;  overflow: hidden; transition: all 0.5s ease-in-out;}
ul.asstteam li h4{bottom: 0px; padding: 5px 15px; background-color: #131417; position: absolute; letter-spacing: 1px; font-family: 'Noto+Serif'; z-index: 2; color: #fff; font-size: 20px; font-style: italic; font-weight: 300;}

.investors{margin: 0px; padding-bottom: 50px; display: flex; flex-direction: row; justify-content:center}
.investors > div{width:200px; height: auto; display: block; text-align: center; margin: 10px;}
.investors > div span{display: block; width: 125px; height: 125px; margin: 10px auto; border-radius: 125px; overflow: hidden; box-shadow: 0px 0px 40px rgba(0,0,0,0.1);}
.investors > div span img{display: block; width: 100%;}
.investors > div h4{color: #131417; font-size: 24px; font-weight: 300; font-family: 'Noto+Serif'; font-style: italic;}


.short-disc-h{display: flex; justify-content: center; align-items: end; padding-left: 10px; padding-bottom: 27px; width: 220px;}
.short-disc-h p:before{content:""; display: block; width: 40px; height: 2px; background-color: #131417; margin-bottom: 15px;}
.short-disc-h p{font-size: 16px; }



/* 
.container.is--grid {
    padding-bottom: 0em;
}

.grid_img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.grid_item:nth-child(6n+1) {
    width: 25%;
    margin-right: 10%;
}
.grid_item:nth-child(6n+2) {
    width: 30%;
    margin-right: 10%;
    margin-top: 20%;
}
.grid_item:nth-child(6n+3) {
    width: 25%;
    margin-top: 4%;
}


.grid_item.teamcol:nth-child(6n+2) {
    margin-top: 8%;
}



.grid_item {
    padding: 0.36em;
}

.grid_element {
    position: relative;
    width: 100%;
    padding-top: 131%;
}


.grid_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.6em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid_wrapper {
    position: relative;
    z-index: 2;
}

.grid_wrapper:nth-child(1) {margin-top: 100px;}

.grid_wrapper.is--alt {
    padding-bottom: 23.7em;
}

.grid_text-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: -50vh;
    padding-bottom: 0.08em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid_text-title {
    position: relative;
    font-size: 17em;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: -0.04em;
    opacity: 0.2;
} */
/* 
.teamsection{overflow: hidden; position: relative; }
.teamhead h4{display: block; width: 100%; position: absolute; opacity: 0.1; top: 20px; text-align: center; letter-spacing: -15px; font-size: 170px; font-weight: 800;}

.grid_element h3{position: absolute; margin-top: 10px; font-size: 35px; letter-spacing: -1px;}
.grid_element h3 span{display: block; color: #5b5f63; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 300; padding-top: 5px;} */





/* footer start */

/* 
.footer .footer-content-box .box ul{
    padding-top: 39px;
    padding-right: 25px;
}

.footer .footer-content-box .box ul li{padding-bottom: 6px;}
.footer .footer-content-box .box ul li a{
    color: #fff;
   transition: all ease.3s;
}

.footer .footer-content-box .box ul li a:hover{
    color: #4ebbe3;
}
.footer .footer-concept{
    color: #4ebbe3;
    font-weight: 800;
    font-size: 24px;
    padding-left: 5px;
}
.footer .footer-cube{
    color: #D99202;
    font-weight: 800;
    font-size: 24px;
}
.footer-left h4 span{
    font-weight: 500;
    color: #eeeeee;
    font-size: 24px;
}
.footer-left p{
    padding: 15px 0;
    font-size: 14px;
    color: #ffffffb4;
}
 .footer .footer-content-box .media-box  .media-heading{
   font-weight: 600;
   font-size: 18px;
} 
.footer .footer-content-box .media-box .media{
    padding: 15px 0;
}
.footer .footer-content-box .media-box .media a{
    padding-right: 7px;
    width: 40px;
    height: 40px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: all ease .3s;
}
.footer .footer-content-box .media-box .media a:hover{
    background-color:rgb(0, 156, 196);
    color: white;
}
.footer .footer-content-box .media-box .media a i{
   display: flex;
   justify-content: center;
   text-align: center;
  position: absolute;
  top: 13px;
  left: 12px;
  
}  

.footer .footer-content-box .media-box .media a .fb{
    display: flex;
    justify-content: center;
    text-align: center;
   position: absolute;
   top: 13px;
   left: 15px;
}

.footer .footer-content-box .media-box p{font-size: 14px; padding-bottom: 5px;} */
