@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body
{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
.main{
    width: 100%;
    height: auto;
    font-family: 'Inter', sans-serif;
}
.logo{
    width: 100px;
    height: 40px;
}
.over{
    width: 70%;
}
.add{
    font-size: 18px;
    font-weight: 600;
}
.add1{
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
.top_bar{
    width: 75%;
    margin: auto;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.it_img2{
    width: 100%;
    display: none;
    height: 300px;
    margin-bottom: 0px;
}
.left_top_bar{
    font-size: 16px;
    color: gray;
    display: flex;
    align-items: center;
    gap: 50px;
}
.top_bar_con1{
     font-size: 18px;
    color: gray;
}
.right_tp_bar{
    display: flex;
    align-items: center;
    gap: 18px;

}
.Login{
    border: .2px solid #EBEBEB;
    background-color: white;
    
       font-size: 17px;
    width: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 6px;
}
.sign{
  
    background-color: black;
    color: white;
    
       font-size: 17px;
    width: 100px;
    border: none;
    padding-top: 9px;
    padding-bottom: 7px;
    border-radius: 9px;
}
.intro{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.intro_head{
    font-size: 100px;
    font-weight: 700;
}
.intro_con1{
    font-size: 25px;
    color: gray;
    margin-top: -90px;
    width: 66%;
    text-align: center;
    margin-bottom: 58px;
}
.intro_btn1{
    background-color: black;
    color: white;
    width: 205px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.intro_btn2{
    width: 205px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    border-radius: 6px;
    border: 1px solid #FD5749;
    background-color: white;
    animation: boxShadowAnimation 5s infinite alternate;
    text-decoration: none;
    color: black;
    text-align: center;
}
@keyframes boxShadowAnimation {
    0%, 100% {
        box-shadow: 0px 0px 99px -15px #00B8E1;
       
    }
    33.33% {
        box-shadow: 0px 0px 99px -15px #C411A0;
    }
    66.66% {
        box-shadow: 0px 0px 99px -15px #FC6D26;
       
    }
}
.intro_flx{
    display: flex;
    align-items: center;
    gap: 15px;
   
}
.logos_head{
    font-size: 12px;
    letter-spacing: 3px;
    word-spacing: 5px;
    margin-top: 70px;
    font-weight: 500;
    color: gray;
}
.logos_img{
    width: 80px;
    height:50px;
}
.logos_img1{
    width: 130px;
    height:50px;
}
.logos_img2{
    width: 180px;
    height:50px;
}

.logos{
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.logos1{
    display: flex;
    margin-top: 30px;
    width: 65%;
    align-items: center;
    justify-content: space-between;
    
}
.down_line{
    width: 1px;
    height: 100px;
    background-color: #00B8E1;
}

.round{
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00B8E1;
    font-size: 20px;

font-weight: 600;    border-radius: 50%;
}
.down_line1{
    width: 1px;
    height: 100px;
    background-color: #C411A0;
}
.down_line3{
    width: 1px;
    height: 100px;
    background-color: #FB9837;
}
.round1{
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C411A0;
    font-size: 20px;

font-weight: 600;    border-radius: 50%;
}
.round3{
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FB9837;
    font-size: 20px;

font-weight: 600;    border-radius: 50%;
}
.line_round{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 0px;
}
.line_round1{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
}
.develop{
    font-size: 30px;
    font-weight: 600;
    margin-top: 14px;
    color: #00B8E1;
}
.develop1{
    font-size: 30px;
    font-weight: 600;
    margin-top: 14px;
    color: #C411A0;
}
.build{
    font-size: 50px;
    font-weight: 600;
    margin-top: -12px;

}
.build1{
    font-size: 55px;
    font-weight: 600;
    margin-top: -12px;

}
.built_p{
    font-size: 19px;
    color: gray;
    width: 50%;
    margin-top: -36px;
    text-align: center;
}
.build_body{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
}
.layout{
    width: 90%;
    height: 540px;
    object-fit: scale-down;
}
.build_body_left{
    width: 50%;
}
.build_body_right{
    width: 50%;
}
.settings_layout{
    width: 38px;
    height: 38px;
    display: flex;
    background-color: #FAFAFA;
    align-items: center;
    justify-content: center;
    border: .2px solid #EBEBEB;
    border-radius: 9px;

}
.built_body_cont{
    font-size: 20px;
    font-weight: 500;
    margin-top: 19px;
}
.built_body_con1{
    font-size: 16px;
    color: gray;
    margin-top: -9px;
    width: 83%;
}
.built_body_right_body{
    margin-top:  40px;

}
.framework_flx{
    display: flex;
    align-items: center;
   justify-content: center;
   gap: 30px;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 30px;
}
.iteratr_left{
    width: 49%;
}
.delight{
    font-size: 50px;
    font-weight: 700;
    margin-top: 100px;
}
.delite_left{
    width: 50%;

}
.delite_right{
    width: 50%;
    height: 550px;

}
.glob{
    width: 100%;
    height: 100%;
    margin-top: 8px;
}
.delight_body{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
}
.delite_con1{
    font-size: 21px;
    font-weight: 500;
}
.delite_con2{
    font-size: 18px;
}
.delite_con3{
    font-size: 16px;
    color: gray;
    width: 69%;
    margin-top: 38px;
}
.delite_bottom{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FAFAFA;
   
    border: .2px solid #EBEBEB;
    border-radius: 30px;
    width: 449px;
    font-size: 12px;
    margin-top: 60px;
    padding-left: 10px;


}
.new{
    background-color: #FC6D26;
    border-radius: 30px;
    padding: 5px;
    width: 35px;
    height:20px ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.numbers{
    width: 100%;
    background-color: #FAFAFA;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.numbers_inner{
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.line_down_num{
    height: 100px;
    
    width: 2px;
    background-color: #EBEBEB;
}
.number_body{
    text-align: center;
}
.number_con1{
    font-size: 50px;
    font-weight: 600;
    margin-top: 0px;
}
.c{
    color: gray;
    font-weight: 500;
    font-size: 17px;
    margin-top: -61px;
}
.inner{
    width: 65%;
    margin: auto;
    
}
.journy{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.journy_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
    margin-bottom: 51px;


   
}
.jourvy_left{
    width: 45%;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    height: 650px;
}
.journy_right{
    width: 45%;
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    border-radius: 8px;
    height: 650px;
}
.journy_inner{
    width: 90%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.journy_con1{
    font-size: 20px;
    font-weight: 500;
    margin-left: 2px;
}
.journy_box1{
    width: 100%;
    height: 500px;

    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}
.journy_box1_inner{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.select{
    color: gray;
    font-size: 15px;
    margin-top: 50px;
}
.git{
    width: 100%;
    height: 45px;
    background-color: #24292E;
    color: white;
    font-size: 18px;
    border-radius: 9px;
    border: none;
    margin-top: 40px;
}
.git2{
    width: 100%;
    height: 45px;
    background-color: #8367D3;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 9px;
    margin-top: 20px;
}
.git1{
    width: 100%;
    border: none;
    height: 45px;
    background-color: #0052CC;
    color: white;
    font-size: 18px;
    border-radius: 9px;
    margin-top: 20px;
}
.journy_con3{
    color: gray;
    font-size: 14px;
}
.nextjs{
    width: 100%;
    height: 200px;
}
.nxt{
    width: 20px;
    height: 20px;
    margin-left: 12px;
}
.nextjs_bottom{
    display: flex;
    align-items: center;
    background-color: white;
    gap: 20px;
    
    width: 100%;
}
.journy_right_box{
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 192px;
    -webkit-box-shadow: 17px 20px 40px rgba(0,0,0,.21);
    box-shadow: 17px 20px 40px rgba(0,0,0,.21);
    box-sizing: border-box;
    margin-top: 35px;

    
}
.journy_right_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}
.journy_con11{
    font-size: 16px;
    font-weight: 500;
    margin-left: 2px;
    margin-top: 33px
}
.journy_con11{
    font-size: 16px;
    font-weight: 500;
    margin-left: 2px;
   
}
.foter{
    width: 100%;
    background-color: #FAFAFA;
    border-top: 1px solid #EAEAEA;
    padding-top: 50px;
    margin-top: 70px;
    padding-bottom: 30px;
}
.foter_inner{
    width: 70%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    
}
.sts{
    font-size: 15px;
}
.footer1{
    width: 30%;

}
.footer2{
    width: 20%;
    font-size: 15px;
    color: gray;
}
.fot_con{
    margin-bottom: 15px;
    color: black;
}
.pp{
    font-size: 12px;
}
.footer_last{
    width: auto;
   
}
.mm{
    width: 20px;
    height: 20px;
}
.last_left{
    display: flex;
    align-items: center;
    gap: 30px;
}
.last_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.last_right{
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    border: 1px solid #EAEAEA;
    padding: 12px;

}
.lox{
   width: 48px;
    height: 44px;
    fill: black;
}
.lox1dotnet{
    width: 55px;
    height: 50px; 
}
.lox1211{
       width: 174px;
    height: 158px;

}
.loxphp{
    width: 55px;
    height: 55px; 
}
.lox1{
     width: 76px;
    height: 66px;
    fill: black;
}
.lox11{
    width: 70px;
    height: 40px;
}
.loxmngo{
    width: 160px;
    height: 130px;
}
.loxsql{
    width: 110px;
    height: 110px;
}
.lox12{
    width: 118px;
    height: 70px;
}
.golg{
    width: 132%;
     height: 177%
                        

}
.emai{
    text-decoration: none;
}

.it_img1{
    width: 100%;
    height: 400px;
    margin-bottom: 70px;
    object-fit: scale-down;
}
.first_line{
    height: 100px;
    width: 1px;
    background-color: #9A9A9A;
}
.first_round{
    border: 1px solid #9A9A9A;
    background-color: white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.first_line1{
    height: 400px;
    width: 1px;
    

    background-color: #9A9A9A;
}
.first_line3{
      height: 310px;
    width: 1px;
    background-color: #9A9A9A;

}
.iterate_middle{
    display: flex;
   padding-left: 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 10%;
}
.iterate_body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}
.iterate_right{
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 242px;
    margin-top: 94px;

}
    
.p{
    background: linear-gradient(
        to right,
        black 20%,
        #00affa 30%,
        #00affa 70%,
        black 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 10s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.p2{
    background: linear-gradient(
        to right,
        black 20%,
        #D70D97 30%,
        #D70D97 70%,
        black 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 20s ease-in-out infinite alternate;
}

.p4{
    background: linear-gradient(
        to right,
        black 20%,
        #FB9837 30%,
        #FB9837 70%,
        black 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 35s ease-in-out infinite alternate;
}
.fqa{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
}
.fqa_inner{
    width: 70%;
    margin: auto;
   text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.fqa_head{
    font-size: 50px;
    font-weight: 600;
    
}
.fqa_con1{
    font-size: 17px;
    color: gray;
    margin-top: -38px;
    width: 70%;

}
.fqa_box_flx{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px    ;
}
.fqa_con2{
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
}
.fqa_con3{
    font-size: 14px;
    color: gray;
    margin-top: -2px;
    
}
.fqa_box{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box1{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box2{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box3{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box4{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box5{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box6{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box7{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box8{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box9{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box10{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box11{
    width: 45%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faqsection
{
    padding-top:60px;
}
.faqcontainer
{
    width:1300px;
    margin:auto;
}
.faqh1
{
    text-align:center;
        font-family: var(--Fontone);
    font-weight: 600;
    font-size: 38px;
    color: #1f2128;
}
.faqh2
{
        font-family: var(--Fonttwo);
    font-weight: 500;
    font-size: 16px;
    padding-top: 5px;
    color: #575757;
    line-height: 1.8;
    text-align:center;
}
.faqlist
{
    display: grid;
    padding-top: 30px;
    gap: 20px;
    grid-template-columns: 50% 50%;
}
.faqcol
{
       display: flex;
    flex-direction: column;
    gap: 20px; 
}
.faqitem
{
    cursor:pointer;
  width:100%;
  flex-grow:0;
flex-shrink:0;
    
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;    
 

}
.faqitem.active .faqheadicon
{
    transform: rotate(90deg);
}
.faqitem.active .faqanswer
{
   
    display: block;  
}

.faqhead
{
   display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.faqheadtext
{
        font-family: var(--Fontone);
    font-weight: 600;
    font-size: 16px;
    color: #1f2128;
}
.faqheadicon
{
    font-size:8px;
    display:flex;
    color:grey;
    
    transition: ease all 1s;
}
.faqanswer
{
    font-family: var(--Fonttwo);
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    color: #575757;
    line-height: 1.8;
    overflow: hidden;   
    max-height: 0px;
    transition: ease all 2s;
}*,
*::before,
*::after {
  box-sizing: border-box; 
  -webkit-font-smoothing: antialiased;
}
/*****************************************************************mobile***********************************************************************************/
@media only screen and (max-width: 768px ) {

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
.main{
    width: 100%;
    height: auto;
   
}
.logo{
    width: 85px;
    height: 28px;
}
.top_bar{
    width: 90%;
    margin: auto;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_top_bar{
    font-size: 16px;
    color: gray;
    display: flex;
    align-items: center;
    gap: 50px;
}
.top_bar_con1{
     font-size: 12px;
    color: gray;
}
.right_tp_bar{
    display: flex;
    align-items: center;
    gap: 18px;

}
.Login{
    border: .2px solid #EBEBEB;
    background-color: white;
    
       font-size: 17px;
    width: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 6px;
}

.sign{
  
    background-color: black;
    color: white;
    
       font-size: 17px;
    width: 100px;
    border: none;
    padding-top: 9px;
    padding-bottom: 7px;
    border-radius: 9px;
}
.intro{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.intro_head{
    font-size: 25px;
    font-weight: 700;
}
.intro_con1{
    font-size: 16px;
    color: gray;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 58px;
}
.intro_btn1{
    background-color: black;
    color: white;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    margin-bottom: 20px;
}
.intro_btn2{
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 6px;
    border: 1px solid #FD5749;
    background-color: white;
 
}
.intro_flx{
    display: block;
    align-items: center;
    gap: 15px;
}
.vvf{
    display: flex;
    gap: 20px;
    align-items: center;
    overflow: hidden;
    width: 100%;
   
}
   
  
   

.logos_head{
    font-size: 12px;
    letter-spacing: 2px;
    word-spacing: 3px;
    margin-top: 39px;
    font-weight: 500;
    color: gray;
}
.logos_img{
    width: 80px;
    height:50px;
}
.logos_img1{
    width: 130px;
    height:50px;
}
.logos_img2{
    width: 180px;
    height:50px;
}

.logos{
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: center;
    gap: 32px;
    
    animation: logosAnimation 10s linear infinite;
   
}
.over{
    width: 100%;
    overflow: hidden;
}
@keyframes logosAnimation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
.logos1{
    display: flex;
    margin-top: 30px;
    width: 50%;
    overflow: hidden;
    
    align-items: center;
   gap: 50px;
    
}
.down_line{
    width: 1px;
    height: 100px;
    background-color: #00B8E1;
}

.round{
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00B8E1;
    font-size: 20px;

font-weight: 600;    border-radius: 50%;
}
.down_line1{
    width: 1px;
    height: 100px;
    background-color: #C411A0;
}
.down_line3{
    width: 1px;
    height: 100px;
    background-color: #FB9837;
}
.round1{
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C411A0;
    font-size: 20px;

font-weight: 600;    border-radius: 50%;
}
.round3{
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FB9837;
    font-size: 20px;

font-weight: 600;    border-radius: 50%;
}
.line_round{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
}
.line_round1{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
}
.develop{
    font-size: 30px;
    font-weight: 600;
    margin-top: 14px;
    color: #00B8E1;
}
.develop1{
    font-size: 30px;
    font-weight: 600;
    margin-top: 14px;
    color: #C411A0;
}
.build{
  font-size: 34px;
    font-weight: 600;
    margin-top: -12px;
    text-align: center;

}
.build1{
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    margin-top: -12px;

}
.built_p{
    font-size: 17px;
    color: gray;
    width: 100%;
    margin-top: -10px;
    text-align: center;
}
.build_body{
    width: 100%;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
}
.layout{
    width: 100%;
    object-fit: scale-down;
    height: 382px;
}
.build_body_left{
    width: 100%;
}
.build_body_right{
    width: 100%;
}
.settings_layout{
    width: 38px;
    height: 38px;
    display: flex;
    background-color: #FAFAFA;
    align-items: center;
    justify-content: center;
    border: .2px solid #EBEBEB;
    border-radius: 9px;

}
.built_body_cont{
    font-size: 20px;
    font-weight: 500;
    margin-top: 19px;
}
.built_body_con1{
    font-size: 16px;
    color: gray;
    margin-top: -9px;
    width: 100%;
}
.built_body_right_body{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.framework_flx{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.iteratr_left{
    width: 100%;
}
.delight{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.delite_left{
    width: 100%;
    text-align: center;
    

}
.delite_right{
    width: 100%;
    height: 400px;

}
.glob{
    width: 100%;
    height: 400px;
    margin-top: 40px;
}
.delight_body{
    display: block;
    align-items: flex-start;
    width: 100%;
    height: auto;
}
.delite_con1{
    font-size: 21px;
    font-weight: 500;
}
.delite_con2{
    font-size: 18px;
}
.delite_con3{
    font-size: 16px;
    color: gray;
    width: 100%;
    margin-top: 38px;
}
.delite_bottom{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FAFAFA;
   
    border: .2px solid #EBEBEB;
    border-radius: 30px;
    width: 364px;
    font-size: 12px;
    margin-top: 60px;
    padding-left: 10px;


}
.new{
    background-color: #FC6D26;
    border-radius: 30px;
    padding: 5px;
    width: 35px;
    height:20px ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.numbers{
    width: 100%;
    background-color: #FAFAFA;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.numbers_inner{
    width: 90%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.line_down_num{
    height: 100px;
    display: none;
    width: 2px;
    background-color: #EBEBEB;
}
.number_body{
    text-align: center;
}
.number_con1{
    font-size: 50px;
    font-weight: 600;
    margin-top: 0px;
}
.c{
    color: gray;
    font-weight: 500;
    font-size: 17px;
    margin-top: -61px;
}
.inner{
    width: 90%;
    margin: auto;
    
}
.journy{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.journy_box{
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
    margin-bottom: 51px;


   
}
.jourvy_left{
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    height: 650px;
    margin-bottom: 40px;
}
.journy_right{
    width: 100%;
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    border-radius: 8px;
    height: 650px;
}
.journy_inner{
    width: 90%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.journy_con1{
    font-size: 20px;
    font-weight: 500;
    margin-left: 2px;
}
.journy_box1{
    width: 100%;
    height: 500px;

    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}
.journy_box1_inner{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.select{
    color: gray;
    font-size: 15px;
    margin-top: 50px;
}
.git{
    width: 100%;
    height: 45px;
    background-color: #24292E;
    color: white;
    font-size: 18px;
    border-radius: 9px;
    border: none;
    margin-top: 40px;
}
.git2{
    width: 100%;
    height: 45px;
    background-color: #8367D3;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 9px;
    margin-top: 20px;
}
.git1{
    width: 100%;
    border: none;
    height: 45px;
    background-color: #0052CC;
    color: white;
    font-size: 18px;
    border-radius: 9px;
    margin-top: 20px;
}
.journy_con3{
    color: gray;
    font-size: 14px;
}
.nextjs{
    width: 100%;
    height: 200px;
}
.nxt{
    width: 20px;
    height: 20px;
    margin-left: 12px;
}
.nextjs_bottom{
    display: flex;
    align-items: center;
    background-color: white;
    gap: 20px;
    
    width: 100%;
}
.journy_right_box{
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 192px;
    -webkit-box-shadow: 17px 20px 40px rgba(0,0,0,.21);
    box-shadow: 17px 20px 40px rgba(0,0,0,.21);
    box-sizing: border-box;
    margin-top: 35px;

    
}
.journy_right_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}
.journy_con11{
    font-size: 16px;
    font-weight: 500;
    margin-left: 2px;
    margin-top: 33px
}
.journy_con11{
    font-size: 16px;
    font-weight: 500;
    margin-left: 2px;
   
}
.foter{
    width: 100%;
    background-color: #FAFAFA;
    border-top: 1px solid #EAEAEA;
    padding-top: 50px;
    margin-top: 70px;
    padding-bottom: 30px;
}
.foter_inner{
    width: 90%;
    margin: auto;
    display: block;
    align-items: flex-start;
    gap: 70px;
}
.sts{
    font-size: 15px;
}
.footer1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}
.footer2{
    width: 100%;
    font-size: 15px;
    color: gray;
    margin-bottom: 40px;
   
    overflow: hidden;
}

.fot_con{
    margin-bottom: 15px;
    color: black;
}
.pp{
    font-size: 12px;
}
.footer_last{
    width: 100%;
    margin: auto;
    text-align: center;
}
.last_left{
    display: flex;
    align-items: center;
    gap: 30px;
}
.last_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    flex-direction: column;
}


.last_right{
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    border: 1px solid #EAEAEA;
    padding: 12px;

}
.it_img1{
    width: 100%;
    display: none;
    height: 400px;
    margin-bottom: 0px;
}
.it_img2{
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 0px;
    object-fit: scale-down;
}
.first_line{
    height: 100px;
    width: 1px;
    background-color: #9A9A9A;
}
.first_round{
    border: 1px solid #9A9A9A;
    background-color: white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.first_line1{
    height: 400px;
    width: 1px;
    

    background-color: #9A9A9A;
}
.first_line3{
      height: 310px;
    width: 1px;
    background-color: #9A9A9A;

}
.iterate_middle{
    display: none;
   padding-left: 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 10%;
}
.iterate_body{
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}
.iterate_right{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 0px;

}
    
.p{
    background: linear-gradient(
        to right,
        black 20%,
        #00affa 30%,
        #00affa 70%,
        black 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 10s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.p2{
    background: linear-gradient(
        to right,
        black 20%,
        #D70D97 30%,
        #D70D97 70%,
        black 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 20s ease-in-out infinite alternate;
}

.p4{
    background: linear-gradient(
        to right,
        black 20%,
        #FB9837 30%,
        #FB9837 70%,
        black 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 35s ease-in-out infinite alternate;
}
.lox{
    width: 40px;
    height: 30px;
    fill: black;
    flex-shrink: 0;
    
    flex-grow: 0;
}
.lox1dotnet{
    width: 50px;
    height: 50px; 
    flex-shrink: 0;
   flex-grow: 0;
}

.lox1211{
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    flex-grow: 0;
}
.loxphp{
    width: 50px;
    height: 50px; 
    flex-shrink: 0;
    flex-grow: 0;
}
.lox1{
    width: 70px;
    height: 60px;
    fill: black;
    flex-shrink: 0;
    flex-grow: 0;
}
.lox11{
    width: 70px;
    height: 40px;
    flex-shrink: 0;
    flex-grow: 0;
}
.loxmngo{
    width: 150px;
    height: 150px;
   

    flex-shrink: 0;
    flex-grow: 0;
}
.loxsql{
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    flex-grow: 0;
}
.lox12{
    width: 100px;
    height: 70px;
    flex-grow: 0;
    flex-shrink: 0;
}
.fqa{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
}
.fqa_inner{
    width: 90%;
    margin: auto;
   text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.fqa_head{
    font-size: 50px;
    font-weight: 600;
    
}
.fqa_con1{
    font-size: 17px;
    color: gray;
    margin-top: -38px;
    width: 100%;

}
.fqa_box_flx{
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px    ;
}
.fqa_con2{
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
}
.fqa_con3{
    font-size: 14px;
    color: gray;
    margin-top: -2px;
    
}
.fqa_box{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box1{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box2{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box3{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box4{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box5{
    width: 100%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box6{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box7{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box8{
    width: 100%;
    height: 40px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box9{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box10{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_box11{
    width: 100%;
    height: 60px;
    padding-top: 19px;
    padding-left: 19px;
    overflow: hidden;
    
    border: 1px solid #EAEAEA;
    text-align: start;
    border-radius: 20px;
    padding-right: 19px;
    margin-top: 30px;

}
.fqa_arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faqcontainer
{
    width:100%;
    padding-right: 15px;
   padding-left: 15px;
}

.faqlist
{
    grid-template-columns: 100%;
}
}