/* App Fonts */

@font-face {
    font-family: "TTNorms";
    src: url("../fonts/TTNorms-Regular.otf") format("openType");
}
@font-face {
    font-family: "TTNorms Medium";
    src: url("../fonts/TTNorms-Medium.otf") format("openType");
}
@font-face {
    font-family: "TTNorms Light";
    src: url("../fonts/TTNorms-Light.otf") format("openType");
}

@font-face {
    font-family: "Times Roman Italic";
    src: url("../fonts/Times-new-roman-italic.ttf") format("truetype");
}

/* Style Everything */
*{
    margin: 0;
    padding: 0;
}
/* Project */
/* header Side */
header{
    display: flex;
    flex-wrap: wrap;
}
.headerTop{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top:5px;
}
    /*Navbar Menu bar */
.nav-bar{
    width: 50%;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

}
.nav-bar .HamMenu{
    display: none;
}
.nav-bar ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-left: 100px;
    z-index: 1;
}
.nav-bar ul li a{
    display: flex;
    justify-content: center;
    height: fit-content;
    text-decoration: none;
    color: black;
    font-family: 'TTNorms Light';
    font-weight: 500;
    font-size: 23px;
}
.nav-bar ul li:nth-of-type(2){
    margin-right: 10px;
}
.nav-bar ul li{
    display: flex;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    flex-wrap: wrap;
    padding: 10px;
}
.nav-bar ul li a:hover{
    color: blue;
}
    /* Navbar image */
.nav-bar img{
    width: 139px;
    height: 29px;
    margin:0 20px;
}
    /* Header button contact us */
header .button-contact-us{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: snow;
    background-color: blue;
    height: fit-content;
    width: fit-content;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: "Times Roman Italic";
    font-size: 17px;
}
    /* header post one */
.header-post1{
    display: flex;
    margin: 200px 100px 100px 100px;
    gap: 200px;
}

.header-post1 .info-header-post1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    width: 50%;
    position: relative;
    left: 200px;
    align-items: center;
    gap: 120px;
}
.header-post1 .info-header-post1 .center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.header-post1 .info-header-post1 .center .button-header-post1{
    display: flex;
    gap: 50px;
}
.header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
    color: #FFFFFF;
    background-color: #87BC25;
    text-decoration: none;
    width: 150px;
    height: 42px;
    border-radius: 159px 422px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
    color: #FFFFFF;
    background-color: #2F5BEA;
    text-decoration: none;
    width: 150px;
    height: 42px;
    border-radius: 422px 159px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.header-post1 .info-header-post1 .head-header-post1{
    width: 400px;
    font-family: "TTNorms Light";
    font-weight: bold;

}
.header-post1 .info-header-post1 .para-header-post1{
    font-family: "TTNorms";
    color:#6C7890 ;
    font-size: 15.5px;
    width: 448px;
}

.header-post1 .header-post1-image{
    display: flex;
    width: 50%;
    justify-content: center;
    position: relative;
    right: 100px;
    gap: 100px;
}
    /* post two */
.post2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 120px;
}
.post2 .topic-post2{
    display: flex;
    justify-content: center;
    width: 100%;
}
.post2 .topic-post2 p{
    color:#6C7890;
    font-size: 16.5px;
    font-family: 'TTNorms';
}
.post2 .header-post2{
    width: 100%;
    display: flex;
    justify-content: center;
    color: #081D43;
    font-size: 28px;
    font-family: 'TTNorms Light';
    font-weight: bold;
}
.post2 .info-post2{
    margin:150px 0 90px 0;
    display: flex;
    justify-content: space-evenly;
    gap: 100px;
}

.post2 .info-post2 .frame1-info-para-post2 .para1-info-post2{
    display: flex;
    justify-content: center;
    height: 24px;
    color: #081D43;
    font-size: 18px;
    font-family: 'TTNorms Medium';
    
}
.post2 .info-post2 .frame1-info-para-post2 .para1-info1-post2{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 246px;
    height: fit-content;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #6C7890;
    font-family: 'TTNorms';

}
.post2 .info-post2 .frame2-info-para-post2 .para2-info-post2{
    display: flex;
    justify-content: center;
    height: 24px;
    color: #081D43;
    font-size: 18px;
    font-family: 'TTNorms Medium';
    
}
.post2 .info-post2 .frame2-info-para-post2 .para2-info2-post2{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 246px;
    height: fit-content;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #6C7890;
    font-family: 'TTNorms';

}
.post2 .info-post2 .frame3-info-para-post2 .para3-info-post2{
    display: flex;
    justify-content: center;
    height: 24px;
    color: #081D43;
    font-size: 18px;
    font-family: 'TTNorms Medium';
    
}
.post2 .info-post2 .frame3-info-para-post2 .para3-info3-post2{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 246px;
    height: fit-content;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #6C7890;
    font-family: 'TTNorms';

}
.post2 .image-post2{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
    /* clients section */
.frame-clients{
    width: 100%;
    height: 677px;
    background-color: #2F5BEA;
    margin-bottom: 40px;
}
.frame-clients .title-clients{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.frame-clients .title-clients h3{
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'TTNorms Light';
    font-weight: 400;
}
.frame-clients .title-clients p{
    text-align: center;
    color: #FFFFFF;
    font-size:14px;
    font-family:'TTNorms';
    padding: 10px;
    margin-top: 4px;
}
.frame-clients .comment-clients{
    display: flex;
    justify-content: center;
    margin: 10px;
    align-items: center;
    height: 60%;
    gap:100px;
}
.frame-clients .comment-clients .comment1{
    background-color: #FFFFFF;
    height: 240px;
    width: 256px;
    padding: 16px;
    margin: 20px;
    border-radius: 2rem;
  
}
.frame-clients .comment-clients .comment1 .para1-comment1{
    padding: 10px;
    height: 138px;
    color: #7E8085;
    font-size: 16px;
    font-family: 'Times New Roman';
    
}
.frame-clients .comment-clients .comment1 .comment1-id1{
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 20px;
    gap: 10px;
    color: #000000;
    font-family: 'TTNorms';
    font-size: 12px;
    align-items: center;
    margin-top: 10px;
    border-radius: 1rem;
    border: 2px solid #E8EBEF;
}
.frame-clients .comment-clients .comment2{
    background-color: #FFFFFF;
    height: 240px;
    width: 256px;
    padding: 16px;
    margin: 20px;
    border-radius: 2rem;

}
.frame-clients .comment-clients .comment2 .para2-comment2{
    padding: 10px;
    height: 138px;
    color: #7E8085;
    font-size: 16px;
    font-family: 'Times New Roman';
}
.frame-clients .comment-clients .comment2 .comment2-id2{
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 20px;
    gap: 10px;
    color: #000000;
    font-family: 'TTNorms';
    font-size: 12px;
    align-items: center;
    margin-top: 10px;
    border-radius: 1rem;
    border: 2px solid #E8EBEF;
}
.frame-clients .comment-clients .comment3{
    background-color: #FFFFFF;
    height: 240px;
    width: 256px;
    padding: 16px;
    margin: 20px;
    border-radius: 2rem;
}
.frame-clients .comment-clients .comment3 .para3-comment3{
    padding: 10px;
    height: 138px;
    color: #7E8085;
    font-size: 16px;
    font-family: 'Times New Roman';
}
.frame-clients .comment-clients .comment3 .comment3-id3{
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 20px;
    gap: 10px;
    color: #000000;
    font-family: 'TTNorms';
    font-size: 12px;
    align-items: center;
    margin-top: 10px;
    border-radius: 1rem;
    border: 2px solid #E8EBEF;
}
.logo-clients{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    padding: 2rem;
}
    /* portfolio section */
.portf-frame{
    margin:60px 50px 80px 50px;
    padding: 10px;
}
.portf-frame .portf-para{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 20px;
    color:#6C7890;
    font-family: 'TTNorms Medium';
    flex-wrap: wrap;
}
.portf-frame .header-portf{
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
    font-size: 30px;
    color:#081D43;
    font-family: 'TTNorms Light';
    flex-wrap: wrap;

}
.portf-frame .image-portf1{
    display: flex;
    justify-content: center;
    gap:3rem;
    padding: 30px;
    
}
.portf-frame .image-portf1 img{
    padding:30px;
    width: 400px;
    height: 260px;
    object-fit: cover;
    border-radius: 4rem;
}
.portf-frame .image-portf1 img:hover{
    transform: scaleX(1);
    transform: scaleY(1);
    /* box-shadow:0px 0px 2px 2px #6C7890; */
    /* backdrop-filter: blur(1rem); */
    filter: drop-shadow(0 0 1rem crimson);
}
.portf-frame .image-portf2{
    display: flex;
    justify-content: center;
    gap:3rem;
    padding: 30px;
}
.portf-frame .image-portf2 img{
    padding:30px;
    width: 400px;
    height: 260px;
    object-fit: cover;
    border-radius: 4rem;

}
.portf-frame .image-portf2 img:hover{
    transform: scaleX(1);
    transform: scaleY(1);
    /* box-shadow:0px 0px 2px 2px #6C7890; */
    /* backdrop-filter: blur(1rem); */
    filter: drop-shadow(0 0 1rem crimson);
}
/* footer section */
footer{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 277px;
    background-color: #2C57E4; 
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color:#FFFFFF;
    gap: 7rem;
}
footer .footer-para{
    font-family: 'TTNorms';
    font-size: 30px;
    position: absolute;
    left: 20rem;
}
footer .inpbut-footer{
    background-color: #FFFFFF;
    display: flex;
    flex-basis: 22rem;
    justify-content: space-between;
    align-content: center;
    flex-basis: 6rem;
    height: 58px;
    padding: 4px;
    border-radius: 0.5rem;
    outline: none;
    border: none;
    position: absolute;
    right: 31rem;

}
footer .inpbut-footer button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2F5BEA;
    border: none;
    outline: none;
    width: 60px;
    height: 50px;
    border-radius: 1rem;
    margin-top: 5px;

}
footer .inpbut-footer input{
    background-color: #FFFFFF;
    border: none;
    outline: none;
    width: 352px;
    height: 58px;
    font-size: 20px;
    font-family: 'TTNorms';

}
    /* copy right and logos */
.copyright-frame{
    display: flex;
    justify-content: space-evenly;
    color: #6C7890;
    font-size: 16px;
    font-family: 'TTNorms';
    margin: 2rem;
}
.copyright-frame .copyright1{
    padding: 0.5rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 22rem;
    margin-bottom: 3rem;
}
.copyright2{
    padding: 0.5rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 22rem;
    margin-bottom: 3rem;
}
/* Project Responsive */
@media only screen and (max-width:1667px){
    .nav-bar ul li a{
        font-size:18px;
    }
}
@media only screen and (max-width:1490px){
    .nav-bar ul li a{
        font-size:15px;
    }
}
@media only screen and (max-width:1385px){
    .nav-bar ul li a{
        font-size:13px;
    }
    .nav-bar ul{
        padding: 4px;
        margin-left: 5px;
    }
}
@media only screen and (max-width:1060px){
    .nav-bar .HamMenu{
        display: block;
        position: fixed;
        left:0;
        bottom: 28rem;
        opacity: 0.3;
        display: flex;
        flex-direction: column;
        margin-top:2rem;
        border-radius: 2rem;
        z-index: 1;
    }
    .nav-bar ul{
        position: fixed;
        left:0;
        bottom: 30rem;
        background-color: #87bc258f;
        opacity: 0.3;
        display: flex;
        flex-direction: column;
        margin-top:10px;
        border-radius: 2rem;

    }
    .nav-bar .HamMenu:hover{
        opacity: 1;
        display: flex;
    }
    .nav-bar ul:hover{
        position: fixed;
        left:0;
        bottom: 30rem;
        background-color: #87BC25;
        opacity: 1;
        display: flex;
        flex-direction: column;
        margin-top:10px;
        border-radius: 2rem;
    }
    .nav-bar ul li a:hover{
        color: #2F5BEA;
        
    }
    .nav-bar ul li a{
        color: snow;
        
    }
    header .headerTop{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media only screen and (max-width:700px){
    .nav-bar ul{
        display: none;
    }
    .nav-bar{
        display: flex;
        justify-content: space-between;
        gap: 60px;
        width: 100%;
    }
    header .headerTop{
        display: flex;
        justify-content: center;
    }
    .nav-bar i{
        display: block;
        position: relative;
        right:100px;
    }
    header  .button-contact-us{
        display: none;
    }

}
@media only screen and (max-width:1062px){
    .header-post1{
        display: flex;
        margin: 200px 0 100px 0;
        gap: 300px;
    }
    .header-post1 .info-header-post1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 30%;
        position: relative;
        left: 50px;
        align-items: center;
        gap: 100px;
    }
    .header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
        color: #FFFFFF;
        background-color: #87BC25;
        text-decoration: none;
        width: 100px;
        height: 32px;
        border-radius: 159px 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-family: 'TTNorms Light';
    }
    
    .header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
        color: #FFFFFF;
        background-color: #2F5BEA;
        text-decoration: none;
        width: 100px;
        height: 32px;
        border-radius: 422px 159px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-family: 'TTNorms Light';
    
    }
    .header-post1 .info-header-post1 .head-header-post1{
        width: 300px;
        font-family: "TTNorms Light";
        font-weight: bold;
        font-size: 20px;
    
    }
    .header-post1 .info-header-post1 .para-header-post1{
        font-family: "TTNorms";
        color:#6C7890 ;
        font-size: 12px;
        width: 300px;
    }
    
    .header-post1 .header-post1-image{
        display: flex;
        width: 300px;
        height: 300px;
        justify-content: center;
        position: relative;
        right: 100px;
        gap: 100px;
    }
    .header-post1{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:1579px){
    .header-post1{
        display: flex;
        margin: 200px 0 100px 0;
        gap: 400px;
    }
    .header-post1 .info-header-post1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 20%;
        position: relative;
        left: 50px;
        align-items: center;
        gap: 100px;
    }
    .header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
        color: #FFFFFF;
        background-color: #87BC25;
        text-decoration: none;
        width: 100px;
        height: 32px;
        border-radius: 159px 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-family: 'TTNorms Light';
    }
    
    .header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
        color: #FFFFFF;
        background-color: #2F5BEA;
        text-decoration: none;
        width: 100px;
        height: 32px;
        border-radius: 422px 159px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-family: 'TTNorms Light';
    
    }
    .header-post1 .info-header-post1 .head-header-post1{
        width: 300px;
        font-family: "TTNorms Light";
        font-weight: bold;
        font-size: 20px;
    
    }
    .header-post1 .info-header-post1 .para-header-post1{
        font-family: "TTNorms";
        color:#6C7890 ;
        font-size: 12px;
        width: 300px;
    }
    
    .header-post1 .header-post1-image{
        display: flex;
        width: 210px;
        height: 320px;
        justify-content: center;
        position: relative;
        right: 100px;
        gap: 200px;
    }
    .header-post1{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:811px){
    .header-post1{
        display: flex;
        margin: 200px 0 100px 0;
        gap: 400px;
    }
    .header-post1 .info-header-post1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 20%;
        position: relative;
        left: 50px;
        align-items: center;
        gap: 100px;
    }
    .header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
        color: #FFFFFF;
        background-color: #87BC25;
        text-decoration: none;
        width: 100px;
        height: 32px;
        border-radius: 159px 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-family: 'TTNorms Light';
    }
    
    .header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
        color: #FFFFFF;
        background-color: #2F5BEA;
        text-decoration: none;
        width: 100px;
        height: 32px;
        border-radius: 422px 159px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-family: 'TTNorms Light';
    
    }
    .header-post1 .info-header-post1 .head-header-post1{
        width: 300px;
        font-family: "TTNorms Light";
        font-weight: bold;
        font-size: 20px;
    
    }
    .header-post1 .info-header-post1 .para-header-post1{
        font-family: "TTNorms";
        color:#6C7890 ;
        font-size: 12px;
        width: 300px;
    }
    
    .header-post1 .header-post1-image{
        display: flex;
        width: 200px;
        height: 220px;
        justify-content: center;
        position: relative;
        right: 100px;
    }
    .header-post1{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:633px){
    .header-post1{
        display: flex;
        margin: 200px 0 100px 0;
        gap: 400px;
        align-items: center;
    }
    .header-post1 .info-header-post1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 20%;
        position: relative;
        left: 50px;
        align-items: center;
        gap: 100px;
    }
    .header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
        color: #FFFFFF;
        background-color: #87BC25;
        text-decoration: none;
        width: 90px;
        height: 25px;
        border-radius: 159px 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-family: 'TTNorms Light';
    }
    
    .header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
        color: #FFFFFF;
        background-color: #2F5BEA;
        text-decoration: none;
        width: 90px;
        height: 25px;
        border-radius: 422px 159px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-family: 'TTNorms Light';
    
    }
    .header-post1 .info-header-post1 .head-header-post1{
        width: 200px;
        font-family: "TTNorms Light";
        font-weight: bold;
        font-size: 1rem;
    
    }
    .header-post1 .info-header-post1 .para-header-post1{
        font-family: "TTNorms";
        color:#6C7890 ;
        font-size: 10px;
        width: 200px;
    }
    
    .header-post1 .header-post1-image{
        display: flex;
        width: 100px;
        height: 120px;
        justify-content: center;
        position: relative;
        right: 100px;
    }
    .header-post1{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:511px){
    .header-post1{
        display: flex;
        margin: 200px 0 100px 0;
        gap: 350px;
        align-items: center;
    }
    .header-post1 .info-header-post1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 20%;
        position: relative;
        left: 50px;
        align-items: center;
        gap: 100px;
    }
    .header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
        color: #FFFFFF;
        background-color: #87BC25;
        text-decoration: none;
        width: 90px;
        height: 25px;
        border-radius: 159px 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-family: 'TTNorms Light';
    }
    
    .header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
        color: #FFFFFF;
        background-color: #2F5BEA;
        text-decoration: none;
        width: 90px;
        height: 25px;
        border-radius: 422px 159px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-family: 'TTNorms Light';
    
    }
    .header-post1 .info-header-post1 .head-header-post1{
        width: 200px;
        font-family: "TTNorms Light";
        font-weight: bold;
        font-size: 1rem;
    
    }
    .header-post1 .info-header-post1 .para-header-post1{
        font-family: "TTNorms";
        color:#6C7890 ;
        font-size: 10px;
        width: 200px;
    }
    
    .header-post1 .header-post1-image{
        display: flex;
        width: 100px;
        height: 120px;
        justify-content: center;
        position: relative;
        right: 100px;
    }
    .header-post1{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:443px){
    .header-post1{
        display: flex;
        margin: 90px 0 100px 0;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    .header-post1 .info-header-post1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 20%;
        position: relative;
        left: 0;
        right: 30px;
        margin-right: 5rem;
        align-items: center;
        gap: 100px;
    }
    .header-post1 .info-header-post1 .center .button-header-post1 .button1-post1{
        color: #FFFFFF;
        background-color: #87BC25;
        text-decoration: none;
        width: 90px;
        height: 25px;
        border-radius: 159px 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-family: 'TTNorms Light';
    }
    
    .header-post1 .info-header-post1 .center .button-header-post1 .button2-post1{
        color: #FFFFFF;
        background-color: #2F5BEA;
        text-decoration: none;
        width: 90px;
        height: 25px;
        border-radius: 422px 159px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-family: 'TTNorms Light';
    
    }
    .header-post1 .info-header-post1 .head-header-post1{
        width: 200px;
        font-family: "TTNorms Light";
        font-weight: bold;
        font-size: 1rem;
    
    }
    .header-post1 .info-header-post1 .para-header-post1{
        font-family: "TTNorms";
        color:#6C7890 ;
        font-size: 10px;
        width: 200px;
    }
    
    .header-post1 .header-post1-image{
        display: flex;
        width: 100px;
        height: 220px;
        justify-content: center;
        position: relative;
        right: 0;
        left: 50px;
    }

}
@media only screen and (max-width:904px){
    .post2 .header-post2{
        width: 100%;
        display: flex;
        justify-content: center;
        color: #081D43;
        font-size: 20px;
        font-family: 'TTNorms Light';
        font-weight: bold;
    }
    .post2 .info-post2{
        margin:30px 0 90px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
    }
    
    .post2 .info-post2 .frame1-info-para-post2 .para1-info-post2{
        display: flex;
        justify-content: center;
        height: 10px;
        color: #081D43;
        font-size: 18px;
        font-family: 'TTNorms Medium';
        
    }
    .post2 .info-post2 .frame1-info-para-post2 .para1-info1-post2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        width: 246px;
        height: fit-content;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        color: #6C7890;
        font-family: 'TTNorms';
    
    }
    .post2 .info-post2 .frame2-info-para-post2 .para2-info-post2{
        display: flex;
        justify-content: center;
        height: 10px;
        color: #081D43;
        font-size: 18px;
        font-family: 'TTNorms Medium';
        
    }
    .post2 .info-post2 .frame2-info-para-post2 .para2-info2-post2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        width: 246px;
        height: fit-content;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        color: #6C7890;
        font-family: 'TTNorms';
    
    }
    .post2 .info-post2 .frame3-info-para-post2 .para3-info-post2{
        display: flex;
        justify-content: center;
        height: 10px;
        color: #081D43;
        font-size: 18px;
        font-family: 'TTNorms Medium';
        
    }
    .post2 .info-post2 .frame3-info-para-post2 .para3-info3-post2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        width: 246px;
        height: fit-content;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        color: #6C7890;
        font-family: 'TTNorms';
    
    }
    .post2 .image-post2{
        width: 50%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        width: 30px;
        height: 350px;
    }
}
@media only screen and (max-width:646px){
    .post2 .header-post2{
        width: 500px;
        display: flex;
        justify-content: center;
        color: #081D43;
        font-size: 13px;
        font-family: 'TTNorms Light';
        font-weight: bold;
    }
}
@media only screen and (max-width:427px){
    .post2 .header-post2{
        width: 400px;
        display: flex;
        justify-content: center;
        color: #081D43;
        font-size: 10px;
        font-family: 'TTNorms Light';
        font-weight: bold;
    }
    .post2 .info-post2{
        margin:30px 0 90px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
    }
    
    .post2 .info-post2 .frame1-info-para-post2 .para1-info-post2{
        display: flex;
        justify-content: center;
        height: 10px;
        color: #081D43;
        font-size: 14px;
        font-family: 'TTNorms Medium';
        
    }
    .post2 .info-post2 .frame1-info-para-post2 .para1-info1-post2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        width: 246px;
        height: fit-content;
        line-height: 20px;
        font-size: 13px;
        text-align: center;
        color: #6C7890;
        font-family: 'TTNorms';
    
    }
    .post2 .info-post2 .frame2-info-para-post2 .para2-info-post2{
        display: flex;
        justify-content: center;
        height: 10px;
        color: #081D43;
        font-size: 14px;
        font-family: 'TTNorms Medium';
        
    }
    .post2 .info-post2 .frame2-info-para-post2 .para2-info2-post2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        width: 246px;
        height: fit-content;
        line-height: 20px;
        font-size: 13px;
        text-align: center;
        color: #6C7890;
        font-family: 'TTNorms';
    
    }
    .post2 .info-post2 .frame3-info-para-post2 .para3-info-post2{
        display: flex;
        justify-content: center;
        height: 10px;
        color: #081D43;
        font-size: 14px;
        font-family: 'TTNorms Medium';
        
    }
    .post2 .info-post2 .frame3-info-para-post2 .para3-info3-post2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        width: 246px;
        height: fit-content;
        line-height: 20px;
        font-size: 13px;
        text-align: center;
        color: #6C7890;
        font-family: 'TTNorms';
    
    }
    .post2 .image-post2{
        width: 50%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        width: 30px;
        height: 200px;
    }
}
@media only screen and (max-width:993px){
    .frame-clients .comment-clients{
        display: flex;
        justify-content: center;
        margin: 10px;
        align-items: center;
        height: 60%;
        gap:20px;
    }
    .frame-clients .comment-clients .comment1{
        background-color: #FFFFFF;
        height: 240px;
        width: 266px;
        padding: 14px;
        margin: 20px;
        border-radius: 2rem;
      
    }
    .frame-clients .comment-clients .comment1 .para1-comment1{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 14px;
        font-family: 'Times New Roman';
        
    }
    .frame-clients .comment-clients .comment2 .para2-comment2{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 14px;
        font-family: 'Times New Roman';
        
    }
    .frame-clients .comment-clients .comment3 .para3-comment3{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 14px;
        font-family: 'Times New Roman';
        
    }
    .logo-clients{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 1rem;
    }
}
@media only screen and (max-width:671px){
    .frame-clients .comment-clients{
        display: flex;
        justify-content: center;
        margin: 10px;
        align-items: center;
        height: 60%;
        gap:20px;
    }
    .frame-clients .comment-clients .comment1{
        background-color: #FFFFFF;
        height: 240px;
        width: 266px;
        padding: 12px;
        margin: 20px;
        border-radius: 2rem;
      
    }
    .frame-clients .comment-clients .comment1 .para1-comment1{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 12px;
        font-family: 'Times New Roman';
        
    }
    .frame-clients .comment-clients .comment2 .para2-comment2{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 12px;
        font-family: 'Times New Roman';
        
    }
    .frame-clients .comment-clients .comment3 .para3-comment3{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 12px;
        font-family: 'Times New Roman';
        
    }
    .logo-clients{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 1rem;
    }
}
@media only screen and (max-width:605px){
    .frame-clients .comment-clients{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 10px;
        align-items: center;
        height: 100%;
        gap:20px;
    }
    .frame-clients .comment-clients .comment1{
        background-color: #FFFFFF;
        height: 240px;
        width: 200px;
        padding: 12px;
        margin: 20px;
        border-radius: 2rem;
      
    }
    .frame-clients .comment-clients .comment2{
        background-color: #FFFFFF;
        height: 240px;
        width: 200px;
        padding: 12px;
        margin: 20px;
        border-radius: 2rem;
      
    }
    .frame-clients .comment-clients .comment3{
        background-color: #FFFFFF;
        height: 240px;
        width: 200px;
        padding: 12px;
        margin: 20px;
        border-radius: 2rem;
      
    }
    .frame-clients .comment-clients .comment1 .para1-comment1{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 12px;
        font-family: 'Times New Roman';
        
    }
    .frame-clients .comment-clients .comment2 .para2-comment2{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 12px;
        font-family: 'Times New Roman';
        
    }
    .frame-clients .comment-clients .comment3 .para3-comment3{
        padding: 10px;
        height: 160px;
        color: #7E8085;
        font-size: 12px;
        font-family: 'Times New Roman';
        
    }
    .logo-clients{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
    }
    .frame-clients{
        width: 100%;
        height: 100%;
        background-color: #2F5BEA;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:1469px){
   
    .logo-clients{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
    }
    .frame-clients{
        width: 100%;
        height: 100%;
        background-color: #2F5BEA;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:1392px){
    .portf-frame .image-portf1{
        display: flex;
        justify-content: center;
        gap:3rem;
        padding: 30px;
        flex-wrap: wrap;
    
    }
    .portf-frame .image-portf2{
        display: flex;
        justify-content: center;
        gap:3rem;
        padding: 30px;
        flex-wrap: wrap;
    
    }
}
@media only screen and (max-width:1909px){
    footer{
        display: flex;
        height: 400px;
        flex-direction: column;
        flex-wrap:wrap ;
        background-color: #2C57E4; 
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        color:#FFFFFF;
        gap: 2rem;
    }
    footer .footer-para{
        font-family: 'TTNorms';
        font-size: 20px;
        position: absolute;
        left: 5rem;
    }
    footer .inpbut-footer{
        background-color: #FFFFFF;
        display: flex;
        flex-basis: 1rem;
        justify-content: center;
        align-items: center;
        height: 60px;
        padding: 4px;
        border-radius: 0.5rem;
        outline: none;
        border: none;
        position: relative;
        right: 0;
        left: 20rem;

    }

    footer .inpbut-footer button{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2F5BEA;
        border: none;
        outline: none;
        width: 50px;
        height: 40px;
        border-radius: 1rem;
    }
    footer .inpbut-footer input{
        background-color: #FFFFFF;
        border: none;
        outline: none;
        width: 300px;
        height: 48px;
        font-size: 20px;
        font-family: 'TTNorms';

    }
}
@media only screen and (max-width:1009px){
    footer{
        display: flex;
        height: 400px;
        flex-direction: column;
        flex-wrap:wrap ;
        background-color: #2C57E4; 
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        color:#FFFFFF;
        gap: 2rem;
    }
    footer .footer-para{
        font-family: 'TTNorms';
        font-size: 20px;
        position: absolute;
        left: 1rem;
    }
    footer .inpbut-footer{
        background-color: #FFFFFF;
        display: flex;
        flex-basis: 1rem;
        justify-content: center;
        align-items: center;
        height: 60px;
        padding: 4px;
        border-radius: 0.5rem;
        outline: none;
        border: none;
        position: relative;
        right: 0;
        left: 12rem;
        margin-left: 2rem;
    }

    footer .inpbut-footer button{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2F5BEA;
        border: none;
        outline: none;
        width: 50px;
        height: 40px;
        border-radius: 1rem;
    }
    footer .inpbut-footer input{
        background-color: #FFFFFF;
        border: none;
        outline: none;
        width: 300px;
        height: 48px;
        font-size: 20px;
        font-family: 'TTNorms';

    }
}
@media only screen and (max-width:1009px){
    footer{
        display: flex;
        height: 400px;
        flex-direction: column;
        flex-wrap:wrap ;
        background-color: #2C57E4; 
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        color:#FFFFFF;
        gap: 2rem;
    }
    footer .footer-para{
        font-family: 'TTNorms';
        font-size: 20px;
        position: absolute;
        left: 1rem;
    }
    footer .inpbut-footer{
        background-color: #FFFFFF;
        display: flex;
        flex-basis: 1rem;
        justify-content: center;
        align-items: center;
        height: 60px;
        padding: 4px;
        border-radius: 0.5rem;
        outline: none;
        border: none;
        position: relative;
        right: 0;
        left: 12rem;
        margin-left: 2rem;
    }

    footer .inpbut-footer button{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2F5BEA;
        border: none;
        outline: none;
        width: 50px;
        height: 40px;
        border-radius: 1rem;
    }
    footer .inpbut-footer input{
        background-color: #FFFFFF;
        border: none;
        outline: none;
        width: 300px;
        height: 48px;
        font-size: 20px;
        font-family: 'TTNorms';

    }
}
@media only screen and (max-width:893px){
    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #2C57E4; 
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        color:#FFFFFF;
    }
    footer .footer-para{
        font-family: 'TTNorms';
        font-size: 20px;
        position: absolute;
        left: 1rem;
    }
    footer .inpbut-footer{
        background-color: #FFFFFF;
        display: flex;
        flex-basis: 1rem;
        justify-content: center;
        align-items: center;
        height: 40px;
        padding: 4px;
        border-radius: 0.5rem;
        outline: none;
        border: none;
        position: relative;
        right: 32rem;
        left: 0;
        top: 5rem;
        margin-left: 2rem;
    }

    footer .inpbut-footer button{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2F5BEA;
        border: none;
        outline: none;
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    footer .inpbut-footer input{
        background-color: #FFFFFF;
        border: none;
        outline: none;
        width: 200px;
        height: 38px;
        font-size: 20px;
        font-family: 'TTNorms';

    }
}
@media only screen and (max-width:1251px){
    .copyright-frame{
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #6C7890;
        font-size: 14px;
        font-family: 'TTNorms';
        margin: 0;
        gap:1rem;
        flex-wrap: wrap;
    }
    .copyright-frame .copyright1{
        padding: 0.5rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 10rem;
        margin: 0;

    }
    .copyright2{
        padding: 0.5rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        right: 6rem;
        margin: 0;
        bottom:0;
        top:2rem;
    }
}
@media only screen and (max-width:389px){
    .copyright-frame{
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #6C7890;
        font-size: 10px;
        font-family: 'TTNorms';
        margin: 0;
        gap:1rem;
        flex-wrap: wrap;
    }
    .copyright-frame .copyright1{
        padding: 0.5rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 1rem;
        margin: 0;

    }
    .copyright2{
        padding: 0.5rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        right: 11rem;
        margin: 0;
        bottom:0;
        top:2rem;
    }
}

