body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width:100%;
    font-family: Lexend;
    background-color:white;
    text-align: left;
}
html{
   scroll-behavior: smooth;
}
.container{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: rgba(23, 25, 38, 1);
}
.container>img{
    opacity: 15%;
    height: 100%; 
    width: 100%;
}
.content{
    position: absolute; 
    top: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    gap:200px;
    padding-top: 70px;
}
.center{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
.main-head>h1,.main-head>h1>span{
    margin: 0;
    padding: 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 90px;
    color:rgba(255, 140, 39, 1);
}
.main-head>h1>span{
    font-weight: 300;
    color: white;
    font-size: 72px;
}
.frame{
    display: flex;
    flex-direction: column;
    background-color:rgb(35, 38, 58);
    padding: 124px 100px 124px 100px;
    height: 300px;
    gap:70px;
    position: relative;
    animation: mymove 2s;
    animation-fill-mode:forwards;
}
.texture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.texture-1{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.texture-2{
    position: absolute;
    right: 0px;
    top:0px;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 40%;
}
@keyframes mymove {
    from {top: -200px;}
    to {top: -5px;}
  }
.frame-1{
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.frame-1>img{
    height:100%;
    width: 250px;
}
.sub-frame-1{
    display: flex;
    flex-direction: column;
    gap:50px;
    text-align: left;
    justify-content: center;
}
.website{
    transition-duration: 1.01s;
    transition-timing-function: ease-in-out;
}
.website:hover{
    transform: scale(1.02);
}
.website>a>h1,.address>h1{
    font-size: 20px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    color: rgba(255, 140, 39, 1);
}
.website>a>span,.address>span{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: white;
}
.frame>h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 16.8px;
    color: white;
}
.frame>h1>span{
    color: rgba(255, 140, 39, 1);
}
li a{
    text-decoration: none;
    color: rgba(126, 126, 126, 1);
    transition-duration: 0.001s;
    transition-timing-function: ease-in-out;
}
li a:hover{
    color: rgba(255, 140, 39, 1);
    border-radius: 12px;
    transform: scaleX(0.0001);
}
.link>a>svg{
    height:28px;
    width:28px;
}
.width{
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap:50px;
}
.frame-2{
    display: flex;
    flex-direction: row;
    position: relative;
    animation: mymove1 4s;
    animation-fill-mode:forwards;
}
@keyframes mymove1 {
    from {top: -100px;}
    to {top: 0px;}
  }
.frame-3{
    flex-basis: 65%;
    background-color:rgb(35, 38, 58);
    padding: 124px 100px;
    position: relative;
}
.frame-3>h1{
    font-size: 96px;
    font-weight: 300;
    line-height: 120px;
    text-align: left;
    color: white;
}
.frame-3>h1>span{
    color:rgba(255, 140, 39, 1);
}
.frame-3>h1>p{
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.frame-4{
    flex-basis: 35%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.frame-4>ul{
    list-style-type:none ;
    display: flex;
    flex-direction: column;
    gap:30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(126, 126, 126, 1);
}
.founders-sec{
    display:flex;
    flex-direction: column;
    gap:16px;
}
.pictures{
    display:flex ;
    flex-direction: row;
    gap:40px;
    padding:0px;
}
.picture-1{
    display:flex;
    flex-direction: column;
    flex-basis: 33.3%;
    gap:10px;
}
.picture-1>img{
    width:100%;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.picture-1>img:hover{
    transform: scale(1.03);
}
.picture-1>h1>p{
    font-size: 20px;
    font-weight: 250;
    line-height: 28px;
    text-align: left;
    color: rgba(126, 126, 126, 1);
    margin: 0;
}
.head0{
    color:rgba(255, 140, 39, 1);
    font-size: 54px;
    font-weight: 300;
    line-height: 66px;
    text-align: left;
    margin: 0;
}
.head1{
    color:rgba(255, 140, 39, 1);
    font-size: 46px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    margin: 0;
}
.head2{
    font-size: 32px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    color: rgba(255, 140, 39, 1);
}
h3{
    color: rgb(251, 126, 16);
    font-size: 24px;
    font-weight: 270;
    line-height: 28px;
    text-align: left;
}
.p1{
    font-size: 24px;
    font-weight: 270;
    line-height: 34px;
    color: rgba(23, 25, 38, 1);
    text-align: left;
}
.p2{
    font-size: 17px;
    font-weight: 250;
    line-height: 24px;
    text-align: left;
    color: rgb(46, 51, 87);
    text-align:left;
    margin: 0;
}
.p3{
    font-size: 21px;
    font-weight: 270;
    line-height: 30px;
    color: rgba(23, 25, 38, 1);
    text-align: left;
    margin: 0;
}
.p4{
    font-size: 20px;
    font-weight: 270;
    line-height: 24px;
    text-align: left;
}
.p1>span{
    font-weight: 700;
}
.p2>span{
    font-weight: 700;
}
.p3>span{
    font-weight: 700;
}
.p4>span{
    font-weight: 700;
}
.intro-desc{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
}
.intro-sec{
    display: flex;
    flex-direction: column;
    gap:40px;
}
.intro-desc>img{
    border-radius: 32px;
    width: 100%;
}
.part,.part-2{
    display: flex ;
    flex-direction: row;
    gap:100px;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.sub-part-2{
    flex-basis: 50%;
    gap:10px;
    display: flex;
    flex-direction: column;
}
.part>p{
 flex-basis: 50%;
}
.skill-set{
    display: flex;
    flex-direction: row;
    gap:60px;
}
.sub-skill-set{
    display: flex;
    flex-direction: column;
    gap:40px;
    flex-basis: 50%;
}
.sub-skill-set>img{
    width: 100%;
}
.stack{
    display: flex;
    flex-direction: column;
}
.sub-stack{
    display: flex;
    flex-direction: row;
    gap:32px;
    padding: 28px 20px;
    border-bottom: 1px solid slategray;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    align-items: center;   
}
.sub-stack>img{
    height: 50px;
    width: 50px;
}
.sub-stack:hover{
    color: white;
}
.sub-stack:hover{
    background-color:rgb(91, 91, 91);
    transform: scale(1.02,1.02);
}
.nope:hover{
    background-color: white;
    transform: none;
}
.sub-stack-1{
    display: flex;
    flex-direction: column;
    gap:6px;
}
.sub-stack-1>h3,.sub-stack-1>p{
    margin: 0;
}
.orange{
    color: rgba(255, 140, 39, 1);
}
.prompt{
    padding-top: 120px; 
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}
.sub-prompt-1{
    padding-top: 170px;
}
.sub-prompt-2{
   display: flex;
   flex-direction: column;
   gap:24px;
   padding-top: 70px;
}
.one{
    display: flex;
    flex-direction: row;
    position: relative;
}
.one>img{
    width:50%;
}
.over{
    position: absolute; 
    top:70%;
}
.width3{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    gap:130px;
}
.width4{
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap:60px;
}
.services-1{
    background-color: rgba(23, 25, 38, 1);
    flex-basis: 50%;
    height:auto;
}
.services-2{
    background-color: white;
    flex-basis: 50%;
    height:auto;
    padding-top: 100px;
    gap:40px;
}
.over-1>img{
    width:60%;
}
.over-1{
    position: absolute;
    display: flex;
    flex-direction: column;
    top:150px;
    left:70px;
    height: auto;
    gap: 10px;
}
h4{
    color: rgb(251, 126, 16);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    margin: 0;
}
.p5{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: white;
    margin: 0;
}
.right{
    padding-left: 200px; 
    display: flex;
    flex-direction: column;
    gap:10px;
}
footer{
    display: flex;
    flex-direction: row;
    gap:40px;
    padding:30px;
}
.link a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.center>svg{
    width:180px; 
    height:47px;
}
.link a{
    color: rgb(35, 38, 58);
}
.display1{
    visibility: hidden;
    display: none;
}
@media only screen and (min-width:320px) and (max-width:424px){
.frame-1,.center,.skill-set,.pictures,.frame-2{
    display: flex;
    flex-direction: column;
}
.intro-desc{
    gap:14px;
}
.link>a>svg{
    height: 18px;
    width: 18px;
}
.link>a{
    font-size: 10px;
}
.display4{
    display: flex;
    flex-direction: row;
    gap:6px;   
}
.container{
    width: 100%;
    z-index: 1;
}
.container>img{
    width: 100%;
}
.main-head>h1,.main-head>h1>span{
    font-size: 32px;
    line-height: 34px;
}
.main-head>h1>span{
    font-size: 32px;
}
.frame{
    padding: 30px 20px 30px 20px;
    height: auto;
    gap:30px;
}
.frame-1{
    gap:40px;
    justify-content: center;
    align-items: center;
}
.frame-1>img{
    height:100%;
    width: 200px;
}
.sub-frame-1{
    gap:50px;
}
.website>a>h1,.address>h1{
    font-size: 14px;
    line-height: 10px;
}
.website>a>span,.address>span{
    font-size: 12px;
    line-height: 20px;
}
.head0{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.frame>h1{
    font-size: 18px;
    line-height: 22px;
}
@keyframes mymove {
    from {top: -70px;}
    to {top: -5px;}
  }
  @keyframes mymove1 {
    from {top: -50px;}
    to {top: 0px;}
  }
.display{
    display: none;
    visibility: hidden;
}
.width{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap:30px;
}
.frame-2{
    width:100%;
}
.container>img{
    height: 250px;
}
.content{
    gap:35px;
    padding-top: 30px;
}
.center>svg{
    width:100px; 
    height:30px;
}
.frame-3{
    flex-basis: 100%;
    padding: 30px
}
.frame-3>h1{
    font-size: 44px;
    font-weight: 300;
    text-align: left;
    line-height: 52px;
}
.frame-4{
    flex-basis: 100%;
    padding: 20px;
}
.frame-4>ul{
    gap:16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0;
}
.founders-sec{
    padding-top:20px;
    gap:16px;
}
.pictures{
    gap:38px;
}
.picture-1{
    flex-basis: 100%;
    gap:10px;
}
.picture-1>img{
    width:100%;
}
.picture-1>h1>p{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.head1{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.head2{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.p1{
    font-size: 14px;
    line-height: 20px;
}
.p2{
    font-size: 12px;
    line-height: 18px;
}
.p3{
    font-size: 14px;
    line-height: 20px;
}
.p3>span{
    font-weight: 200;
}
.p1>span{
    font-weight: 700;
}
.p2>span{
    font-weight: 700;
}
.intro-desc{
    flex-basis: 100%;
}
.intro-sec{
    flex-direction: column;
}
ul{
    padding-left: 10px;
}
.sub-skill-set{
   gap:16px;
}
.sub-skill-set>img{
    width: 100%;
    height:40%; 
    border-radius: 12px;
}
.sub-stack{
    flex-direction: row;
    padding: 20px;
}
.sub-stack-1>h3{
    font-size: 16px;
}
.sub-stack-1>p{
    font-size: 12px;
}
.one{
    display: flex;
    flex-direction: column;
    gap:80px;
}
.one>img{
   width: 100%;
}
.skill-set{
    gap:34px;
}
.sub-stack-1>h3{
    font-size: 14px;
}
.p4{
    line-height: 16px;
}
.over{
    position: absolute; 
    top:130px; 
    width:30%;
}
.prompt{
    padding-top: 30px; 
    gap:40px;
    display: flex;
    flex-direction: column;
}
.width3{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
}
.sub-prompt-1{
    width: 100%;
    padding: 0;
}
.sub-prompt-2{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.sub-prompt-2>img{
    width: 100%;
}
.width4{
    padding-left: 40px;
    padding-right: 40px;
}
.services-1{
    display:none;
}
.services-2{
    flex-basis: 100%;
    height:auto;
    padding-top: 40px;
    gap:40px;
}
.services{
    padding-top: 40px;
}
.services>img{
    display: none;
}
.right{
    padding-left: 0px; 
}
footer{
     margin-top: 80px;
}
.display1{
    visibility: visible;
    display: contents;
}
.part,.part-2{
    justify-content: left;
    display: contents;  
}
}
@media only screen and (min-width:425px) and (max-width:767px){
    .frame-1,.center,.skill-set,.pictures,.frame-2{
        display: flex;
        flex-direction: column;
    }
    .container{
        width: 100%;
        z-index: 1;
    }
    .link>a>svg{
        height: 20px;
        width: 20px;
    }
    .link>a{
        font-size: 12px;
    }
    .display4{
        display: flex;
        flex-direction: row;
    }
    .main-head>h1,.main-head>h1>span{
        font-size: 36px;
        line-height: 40px;
    }
    .main-head>h1>span{
        font-size: 36px;
    }
    .frame{
        padding: 40px 30px 40px 30px;
        height: auto;
        gap:30px;
    }
    .frame-1{
        gap:40px;
        justify-content: center;
        align-items: center;
    }
    .frame-1>img{
        height:100%;
        width: 250px;
    }
    .sub-frame-1{
        gap:50px;
    }
    .website>a>h1,.address>h1{
        font-size: 16px;
        line-height: 12px;
    }
    .website>a>span,.address>span{
        font-size: 14px;
        line-height: 22px;
    }
    .part,.part-2{
        justify-content: left;
        display: contents;  
    }
    .frame>h1{
        font-size: 20px;
        line-height: 28px;
    }
    @keyframes mymove {
        from {top: -80px;}
        to {top: -5px;}
      }
      @keyframes mymove1 {
        from {top: -60px;}
        to {top: 0px;}
      }
    .display{
        display: none;
        visibility: hidden;
    }
    .width{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
        gap:40px;
    }
    .head0{
        text-align: center;
        font-size: 36px;
    }
    .frame-2{
        width:100%;
    }
    .container>img{
        height: 250px;
    }
    .content{
        gap:35px;
        padding-top: 30px;
    }
    .center>svg{
        width:120px; 
        height:40px;
    }
    .frame-3{
        flex-basis: 100%;
        padding: 40px;
    }
    .frame-3>h1{
        font-size: 46px;
        line-height: 58px;
    }
    .frame-4{
        flex-basis: 100%;
        padding: 30px;
    }
    .frame-4>ul{
        gap:20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        padding: 0;
    }
    .founders-sec{
        padding-top:50px;
        gap:18px;
    }
    .pictures{
        gap:40px;
    }
    .picture-1{
        flex-basis: 100%;
        gap:14px;
    }
    .picture-1>img{
        width:100%;
    }
    .picture-1>h1>p{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .head1{
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }
    .head2{
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }
    .p1{
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
    .p2{
        font-size: 14px;
        line-height: 20px;
    }
    .p3{
        font-size: 16px;
        line-height: 28px;
    }
    .p1>span{
        font-weight: 700;
    }
    .p2>span{
        font-weight: 700;
    }
    .intro-desc{
        flex-basis: 100%;
    }
    .intro-sec{
        flex-direction: column;
    }
    ul{
        padding-left: 12px;
    }
    .sub-skill-set{
       gap:14px;
    }
    .sub-skill-set>img{
        width: 100%;
        height:40%; 
        border-radius: 12px;
    }
    .sub-stack{
        flex-direction: row;
        padding: 12px;
    }
    .margin{
        padding-top: 60px;
    }
    .width3,.width4{
        padding-left: 40px;
        padding-right: 40px;
    }
    .sub-stack-1>h3{
        font-size: 18px;
    }
    .sub-stack-1>p{
        font-size: 14px;
    }
    .one{
        display: flex;
        flex-direction: column;
        gap:84px;
    }
    .one>img{
       width: 100%;
    }
    .over{
        position: absolute; 
        top:220px; 
        width:30%;
    }
    .prompt{
        padding-top: 34px; 
        gap:44px;
        display: flex;
        flex-direction: column;
    }
    .sub-prompt-1{
        width: 100%;
        padding: 0;
    }
    .sub-prompt-2{
        width: 100%;
        padding: 0;
    }
    .services-1{
        display:none;
    }
    .services-2{
        flex-basis: 100%;
        height:auto;
        padding-top: 46px;
        gap:44px;
    }
    .services{
        padding-top: 46px;
    }
    .services>img{
        display: none;
    }
    .right{
        padding-left: 0px; 
    }
    footer{
         margin-top: 90px;
    }
    .display1{
        visibility: visible;
        display: contents;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px){
    
    .main-head>h1,.main-head>h1>span{
        font-size: 48px;
        line-height: 52px;
    }
    .main-head>h1>span{
        font-size: 48px;
    }
    .frame{
        padding: 70px 40px 70px 40px;
        height: auto;
        gap:50px;
    }
    .frame-1{
     align-items: center;
    }
    .frame-1>img{
        height:100%;
        width: 226px;
    }
    .sub-frame-1{
        gap:50px;
    }
    .website>a>h1,.address>h1{
        font-size: 18px;
        line-height: 12px;
    }
    .website>a>span,.address>span{
        font-size: 14px;
        line-height: 22px;
    }
    .frame>h1{
        font-size: 22px;
        line-height: 34px;
    }
    @keyframes mymove {
        from {top: -100px;}
        to {top: -5px;}
      }
      @keyframes mymove1 {
        from {top: -80px;}
        to {top: 0px;}
      }
    .width{
        padding-left: 50px;
        padding-right: 50px;
        gap:100px;
        padding-top: 0;
    }
    .head0{
        font-size: 40px;
    }
    .frame-2{
        width:100%;
    }
    .container>img{
        height: 500px;
    }
    .content{
        gap:120px;
        padding-top: 50px;
    }
    .center>svg{
        width:150px; 
        height:56px;
    }
    .frame-3{
        padding: 56px;
    }
    .frame-3>h1{
        font-size: 50px;
        line-height: 68px;
    }
    .frame-4{
        padding: 36px;
    }
    .frame-4>ul{
        gap:16px;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }
    .sub-stack>img{
        height: 32px;
        width: 32px;
    }
    .sub-stack-1>h3{
        font-size: 14px;
        line-height:20px;
    }
    .founders-sec{
        padding-top:30px;
        gap:32px;
    }
    .picture-1>img{
        width:100%;
    }
    .picture-1>h1>p{
        font-size: 18px;
        line-height: 20px;
    }
    .head1{
        font-size: 30px;
        line-height: 44px;
    }
    .head2{
        font-size: 22px;
        line-height: 30px;
    }
    .p1{
        font-size: 18px;
        line-height: 24px;
    }
    .p2{
        font-size: 12px;
        line-height: 18px;
    }
    .p3{
        font-size: 12px;
        line-height: 18px;
    }
    .skill-set{
        gap:34px;
    }
    .sub-skill-set{
        gap: 30px;
    }
    .sub-skill-set>img{
        height:50%;
    }
    .width{
        gap:30px;
    }
    .sub-stack{
        gap:20px;
        padding: 20px;
    }
    .over{
        top:240px; 
    }
    .prompt{
        padding-top: 150px; 
        gap:30px;
        flex-direction: column;
    }
    .sub-prompt-1{
        width:100%;
        padding: 0;
    }
    .sub-prompt-2{
        width: 100%;
        padding: 0;
    }
    .sub-prompt-2>img{
        height: 40%;
    }
    .sub-stack{
        gap:20px;
        padding: 10px;
    }
    .right{
        padding-left: 0;
    }
    .sub-stack-1>p{
        font-size: 12px;
        line-height: 16px;
    }
    .basis-1>img{
        height: 80%;
    }
    .basis>img{
        height: 50%;
    }
    .display6{
        display: none;
        visibility: hidden;
    }
    .display7{
        display: contents;
        visibility: visible;
    }
    .part,.part-2{
        justify-content: left;
        display: contents;  
    }
}
@media only screen and (min-width:1024px) and (max-width:1439px){
    
        .main-head>h1,.main-head>h1>span{
            font-size: 52px;
            line-height: 56px;
        }
        .main-head>h1>span{
            font-size: 52px;
        }
        .frame{
            padding: 72px 44px 72px 44px;
            height: auto;
            gap:50px;
        }
        .frame-1{
         align-items: center;
        }
        .frame-1>img{
            height:100%;
            width: 250px;
        }
        .sub-frame-1{
            gap:50px;
        }
        .website>a>h1,.address>h1{
            font-size: 20px;
            line-height: 14px;
        }
        .website>a>span,.address>span{
            font-size: 16px;
            line-height: 24px;
        }
        .frame>h1{
            font-size: 24px;
            line-height: 36px;
        }
        @keyframes mymove {
            from {top: -100px;}
            to {top: -5px;}
          }
          @keyframes mymove1 {
            from {top: -80px;}
            to {top: 0px;}
          }
        .width{
            padding-left: 50px;
            padding-right: 50px;
            gap:20px;
        }
        .frame-2{
            width:100%;
        }
        .container>img{
            height: 500px;
        }
        .content{
            gap:120px;
            padding-top: 50px;
        }
        .center>svg{
            width:160px; 
            height:60px;
        }
        .frame-3{
            padding: 60px;
        }
        .frame-3>h1{
            font-size: 54px;
            line-height: 72px;
        }
        .frame-4{
            padding: 40px;
        }
        .frame-4>ul{
            gap:20px;
            font-size: 18px;
            line-height: 22px;
            padding: 0;
        }
        .founders-sec{
            padding-top:0;
            gap:32px;
        }
        .picture-1>img{
            width:100%;
        }
        .picture-1>h1>p{
            font-size: 18px;
            line-height: 20px;
        }
        .head1{
            font-size: 38px;
            line-height: 48px;
        }
        .head2{
            font-size: 30px;
            line-height: 36px;
        }
        .p1{
            font-size: 20px;
            line-height: 26px;
        }
        .p2{
            font-size: 16px;
            line-height: 24px;
        }
        .p3{
            font-size: 15px;
            line-height: 20px;
        }
        .sub-stack{
            padding:18px;
        }
        .skill-set{
            gap:40px;
        }
        .sub-part-2{
            padding-top: 30px;
        }
        .head0{
            font-size: 46px;
        }
        .sub-skill-set{
            gap: 50px;
        }
        .sub-skill-set>img{
            height:50%;
        }
        .sub-stack-1{
            display: flex;
            flex-direction: column;
            gap:10px;
            padding: 5px;
        }
        .sub-stack-1>h3,.sub-stack-1>p{
            margin: 0;
        }
        .sub-stack-1>h3{
            font-size:18px;
            line-height: 24px;
        }
        .sub-stack-1>p{
            font-size:14px;
            line-height: 20px;
        }
        .size>svg{
         display: none;
        }
        .over{
            top:300px; 
        }
        .prompt{
            padding-top: 60px; 
            gap:40px;
        }
        .basis{
        flex-basis: 70%;
        }
        .basis>img{
            height: 60%;
        }
        .right{
            padding-left: 100px;
        }
          .services-2{
            padding-top: 50px;
            padding-bottom: 50px;
          }
.over-1>img{
    width:55%;
}
.over-1{
    position: absolute;
    display: flex;
    flex-direction: column;
    top:200px;
    left:70px;
    height: auto;
    gap: 15px;
}
}
@media only screen and (min-width:2100px) and (max-width:2560px){
    
    .main-head>h1,.main-head>h1>span{
        font-size: 96px;
        line-height: 100px;
    }
    .main-head>h1>span{
        font-size: 96px;
    }
    .container>img{
        height: 1250px;
    }
    .content{
        gap:280px;
        padding-top: 80px;
    }
    .center>svg{
        width:360px; 
        height:220px;
    }
    .frame{
        padding: 144px 96px 144px 96px;
        height: auto;
        gap:100px;
    }
    .frame-1>img{
        width: 500px;
    }
    .sub-frame-1{
        gap:124px;
    }
    .website>a>h1,.address>h1{
        font-size: 44px;
        line-height: 40px;
    }
    .website>a>span,.address>span{
        font-size: 32px;
        line-height: 40px;
    }
    .frame>h1{
        font-size: 62px;
        line-height: 72px;
    }
    @keyframes mymove {
        from {top: -400px;}
        to {top: -5px;}
      }
      @keyframes mymove1 {
        from {top: -200px;}
        to {top: 0px;}
      }
    .width{
        padding-left: 120px;
        padding-right: 120px;
        gap:100px;
    }
    .frame-2{
        width:100%;
    }
    .frame-3{
        padding: 120px;
    }
    .sub-part-2{
        gap:90px;
    }
    .frame-3>h1{
        font-size: 102px;
        line-height: 132px;
    }
    .frame-4{
        padding: 80px;
    }
    .frame-4>ul{
        gap:60px;
        font-size: 36px;
        line-height: 44px;
        padding: 0;
    }
    .founders-sec{
        gap:32px;
    }
    .picture-1>img{
        width:100%;
    }
    .picture-1>h1>p{
        font-size: 40px;
        line-height: 38px;
    }
    .head1{
        font-size: 72px;
        line-height: 84px;
    }
    .head2{
        font-size: 56px;
        line-height: 60px;
    }
    .p1{
        font-size: 46px;
        line-height: 66px;
    }
    .p2{
        font-size: 34px;
        line-height: 44px;
    }
    .p3{
        font-size: 40px;
        line-height: 50px;
    }
    .p3>span{
        font-weight: 300;
    }
    .skill-set{
        gap:120px;
    }
    .sub-skill-set{
        gap: 50px;
    }
    .sub-skill-set>img{
        height:60%;
    }
    .sub-stack{
        gap:40px;
        padding: 36px;
        align-items: center;
    }
    .sub-stack-1{
        display: flex;
        flex-direction: column;
        gap:20px;
        padding:20px;
    }
    .sub-stack-1>h3,.sub-stack-1>p{
        margin: 0;
    }
    .sub-part-2{
        padding-top: 100px;
    }
    .sub-stack>img{
        height: 96px;
        width: 96px;
    }
    .sub-stack-1>h3{
        font-size:50px;
        line-height: 54px;
    }
    .sub-stack-1>p{
        font-size:38px;
        line-height: 44px;
    }
   
.over-1>img{
    width:55%;
}
.over-1{
    position: absolute;
    display: flex;
    flex-direction: column;
    top:350px;
    left:70px;
    height: auto;
    gap: 30px;
}
.width4{
    padding-left: 110px;
    padding-right:110px;
    padding-bottom: 100px;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    gap:60px;
}
h4{
    font-size: 38px;
    font-weight: 200;
}
.p5{
    font-size: 32px;
    font-weight: 200;
}
    .prompt{
        padding-top: 300px; 
        gap:160px;
    }
    .services{
    display: flex;
    flex-direction: row;
    padding-top: 120px;
    }
    .basis{
    flex-basis: none;
    }
    .basis>img{
    height: 80%;
    }
    .link>a{
  font-size: 40px;
    }
.head0{
    color:rgba(255, 140, 39, 1);
    line-height: 78px;
    font-size: 72px;
}
.sub-prompt-1{
    width:80%;
}
.sub-prompt-2{
    padding-top: 10px;
}
.link>a>svg{
    height: 70px;
    width: 70px;
}
}
   