:root{
    --primari-color:#fec915;
    --primari-color:#ff9900;
  }
::-webkit-scrollbar {
    width: 0px;
  }

 
  
  /* ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #d4aa70;
    border-radius: 20px 0px 0px 20px;
  } */

    .hero{
        width: 100%;
        height: 100vh;
        background-color: #000;
    }
    .spacer{
        height: 100vh;
    }
 
    .kode-gsap-1 .content{
        height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    /* .kode-gsap-1 .content h2{
        text-align: start;
    } */
    .kode-gsap-1 .images{
        position: relative;
        width: 500px;
        height: 500px;
        overflow: hidden;

    }

    .kode-gsap-1 .sticky-img{
        width: 500px;
        height: 500px;
        /* background-color: #000; */
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 30px;
    }
    .kode-gsap-1 .sticky-img img{
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 30px;
        
    }
  .red{
        background-color: red;
    }
  .blue{
        background-color: blue;
    }
  .green{
        background-color: green;
    }
  .violet{
        background-color: violet;
    }
    .main{
        /* overflow: hidden; */
        width: 100%;
        transition: all ease 1s;
    }
    

 

.hero{
    position: relative;
}
.hero video{
    width: 100%;
    height: 100vh;
}
.hero .hero-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .hero-content h2{
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    line-height: 2;
    text-align: center;
    font-family: 'montserrat' sans-serif ;
    font-weight: 600;
    text-transform: capitalize;
}
.hero .hero-content p{
    max-width: 60%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.gal{
    /* background-image: url('../images/19742.jpg'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.extra{
width: 100%;
height: 100vh;
overflow: hidden;
}
.extra .col-md-6{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.panel{
position: relative;
z-index: 3;
overflow: hidden;
width: 100%;
}

.panel::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgb(0 0 0 / 50%) 100%);
backdrop-filter: blur(2px);
}

.testimonials{
background-image: url('../images/stories-1.jpg');
background-position: center;
background-size: cover;
}
.contact{
background-image: url('../images/stories-3.jpg');
background-position: center;
background-size: cover;
}

.panel{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.testi{
max-width: 600px;
color: #fff;
}
.testi p{
font-size: 16px;
line-height: 2;
}
.sub{
position: relative;
z-index: 50;
text-align: start;
color:rgba(255, 255, 255, 0.4);
font-size: 22px;
}
.head{
position: relative;
z-index: 50;
text-align: start;
color:rgba(255, 255, 255, 0.4);
font-size: 30px;
}
.text{
position: relative;
z-index: 50;
text-align: start;
color:rgba(255, 255, 255, 1);
font-size: 22px;
max-width: 350px;
}
.head span{
color: #fff;
font-weight: 600;
}

.hex-grid{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 20px;
position: relative;
z-index: 5;

}

.hex{
background-color: rgba(255, 255, 255, 0.9);
/* clip-path: polygon(0 25%,50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%); */
width: 150px;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.hex::before{
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 2px solid var(--primari-color) ;
}
.hex img{
width: 100%;
}
.hex-2{
margin-top: -30px;
}

.owl-carousel .owl-nav button, .owl-carousel .owl-nav button{
color: #fff;
font-size: 40px;
/* padding: 20px; */
/* border: 1px solid #fff; */
width: 50px;
height: 50px;
line-height: 0;
background-color: #08321c;
}
.owl-carousel .owl-nav button  span{
border: 1px solid #fff;
width: 50px;
height: 50px;
display: block;
line-height: 0;
color: #fff;
font-size: 40px;
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 15px;

}

@media (max-width:600px){

    .kode-gsap-1 .images{
width: 300px;
height: 300px;

}

.kode-gsap-1 .sticky-img{
width: 300px;
height: 300px;
}
.kode-gsap-1 .content{
height: fit-content;
width: 100%;
/* padding: 120px 0px; */
padding-top: 80px;
padding-bottom: 20px;
}

.kode-gsap-1 .content:first-child{
    padding: 0;
    padding-top: 80px;
    padding-bottom: 10px;
}

.kode-gsap-1 .pad-sm{
    padding: 0;
    padding-top: 80px;
    padding-bottom: 10px;
}

.kode-gsap-1 .right{
background-color: #fff;
}

.hex{
                    width: 90px;
                    height: 90px;
                }
                .hex-2{
                    margin-top: -10px;
                }

                .hex::before{
                    content: "";
                    width:80px;
                    height: 80px;
                    position: absolute;
                    top: auto;
                    left: auto;
                    right: auto;
                    bottom: auto;
                    border: 2px solid var(--primari-color) ;
                }

}

 

.contact form{
    width: 100%;
    position: relative;
    z-index: 5;
}
.contact input{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #fff;
}
.contact form input::placeholder,.contact form textarea::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
.contact form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #fff;
}

.footer .container{
    position: relative;
    z-index: 5;
    text-align: center;
}
.footer img{
    width: 80%;
    
}

.footer p{
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 2;
}
.footer p a{
    color: #fff;
    text-decoration: none;
}
.footer p i{
    margin-right: 5px;
}
.footer h4{
    text-align: left;
    color: #fff;
    font-size: 28px;
    line-height: 2;
}

.footer .col-md-3{
    margin-top: 20px;
}

.canvas {
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #79a8ae;
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
}

.canvas,
.overlay {
    -webkit-perspective: 1000;
    -webkit-perspective-origin-y: 25%;
}

.canvas {
    /* Ideas
background: -webkit-linear-gradient(top, #e2b986 -10%, #241c35 140%);
background: -webkit-linear-gradient(top, #c97369 -40%, #241c35 130%);
background: -webkit-linear-gradient(top, #fac4c4 -10%, #606386 140%);
background: -webkit-linear-gradient(top, #519ab0 0%, #414A6D 110%);
background: -webkit-linear-gradient(top, rgb(129, 0, 170) 0%, rgb(43, 4, 114) 110%);
background: -webkit-linear-gradient(top, rgb(163, 235, 189) 0%, rgb(16, 93, 145) 110%);
background: -webkit-linear-gradient(top, rgb(165, 103, 189) 0%, rgb(75, 233, 214) 120%);
*/

    background: -webkit-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
    background: -moz-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
    background: -o-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
    background: -ms-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
    background: linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
    background: rgb(22,27,173);
background: linear-gradient(180deg, rgba(22,27,173,1) 40%, rgba(78,168,255,1) 100%);
}

.canvas .overlay {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1),
        opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: -moz-transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1),
        opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: -ms-transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1),
        opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: -o-transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1),
        opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1),
        opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
}



.canvas {
    width: 100%;
    height: 100vh;
}


/* service-page */

section h2{
    font-size: 26px;
}
.ai-card svg,.ai-card img{
    width: 50px;
    height: 50px;
    color: #1d345a;
    fill: #1d345a;
}
.ai-card{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    height: 100%;
}
.ai-card h4{
    color: var(--primari-color);
    font-size: 22px;
    margin-top: 30px;
}
.ai-card p{
    margin-top: 30px;
    font-size: 16px;
}
.info-btn{
    text-align: center;
    text-decoration: none;
    background-color: var(--primari-color);
    color: #fff;
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 10px;

}
.t-card{
    border: 1px solid black;

}
.t-card .t-head{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: var(--primari-color);
    color: #fff;
    text-decoration: none;
}
.t-card a{
    text-decoration: none;
}
.t-head i{
    font-size: 22px;
}
.t-body{
    padding: 20px;

}
.accordion-button:not(.collapsed){
    background-color: #fff;
}
.accordion-button{
    border: none;
    font-weight: 600;
    font-size: 22px;

}
.accordion-button span{
    color: var(--primari-color);
    font-size: 36px;
    margin-right: 10px;


}
.accordion-button:focus {
z-index: 3;
border: none;
border-color: transparent;
outline: 0;
box-shadow: var(--primari-color);
}

.team{
    max-width: 330px;
    position: relative;
    overflow: hidden;
    height: 440px;
    transition: all ease 0.5s;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.team img{
    width: 330px;
    height: 330px;
    object-fit: cover;
    background-color: var(--primari-color);
    /* filter: grayscale(); */
    object-position: top center;

}
.team .t-d{
    padding: 10px;
    background-color: #fff;
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    top: 330px;
    transition: all ease 0.5s;

}
.team .t-d h4{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}
.team .position{
    color: #474747;
    font-size: 14px;
    margin-bottom: 20px;

}
.team .read-m{
     /* background: linear-gradient(0deg, rgba(22, 27, 173, 0.9) 20%, rgba(22, 27, 173, 0.7) 60%, rgba(22, 27, 173, 0) 100%); */
      /* height: 10px; */
      width: 100%;
      position: absolute;
      z-index: 100;
      left: auto;
      right: auto;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: rgba(0, 0, 0, 0.5);
      transform: all ease 0.5s;
      opacity: 0.5;
      /* From https://css.glass */
/* background: rgba(0, 0, 0, 0.2); */
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px);  */
/* border: 1px solid rgba(0, 0, 0, 0.3); */
/* bottom: -110px; */

}
.team .read-m p{
    margin-bottom: 2px;
    
}
/* .team:hover{
    border: 5px solid black;
} */
.team:hover .t-d{
    top: 0;
}
.team:hover .read-m{
    bottom: -110px;
}