* {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
        background-size: cover;
}
body {
    /* background-color: rgb(22, 21, 21); */
    /* background-image: url(Texture_programming_0_1_577641_1280x693.jpg);
    background-size: cover;
    height: 600px;
    position: fixed;
    top: 0; */

}
/* header */
header {
 position: sticky;
 top: 0;
 /* backdrop-filter: blur(40px); */
 background-color: #111111;
 /* position: relative; */
 z-index: 1;
}
.navber{
    height: 5rem;
    display: flex;
    font-size: 1.2rem;
    align-items: center;

}
.nav-logo{
    height: 4.375rem;
    width: 60%;
    display: flex;
    
}
.logo{
    background-image: url(logo-cd94b552.png);
    background-size: cover;
    height: 4.375rem;
    width: 8.75rem;
    margin-left: 7.375rem;
}
.nav-ops {
    height: 4.375rem;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 4.375rem;
}
.nav-ops a {
    text-decoration: none;
    transition: text-decoration 1.3s;
    color: #ffffff;
}
.nav-ops a:hover {
    text-decoration: underline 0.125rem;
    text-decoration-color: #ee553a;
    text-underline-offset: 0.625rem;
}

/* hero-video */
.vid{
    background-color: #ffffff;
    margin-top: 0px;
}
.hero-video {
    width: 100%;
    background-color: #ffffff;
}
.coletr {
    background-color: #ffffff;
}

/* hero-Achievement */

.hero-Achievement {
    padding: 4.375rem 0;
    background-color: #ffffff;

    
}
.Achievement {
    height: 12.5rem;
    background-color: #ee553a;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 1.25rem;
    margin: 0 2.1875rem;
    color: #ffffff;
    
}

/* box */
.box{
    padding: 0 0.75rem;
}

.box1 {
    font-size: 1.625rem;
}
.box p {
    font-size: 2.8125rem;
}
.box h6 {
     font-size: 1rem;
}
.Service-bg {
    background-color: #ffffff;
}
.h2 {
    text-align: center;
    padding: 1.25rem;
    font-size: 2.25rem;
    text-decoration: underline 0.125rem;
    text-decoration-color: #ee553a;
    text-underline-offset: 1.25rem;
    color: #111111;
}

/* Service-bg */
.service {
    display: flex;
    background-color: #ffffff;
    justify-content: space-evenly;
    margin-top: 3.125rem;
}
.service-card {
    /* height: 360px; */
    width: 23%;
}
.card:hover {
    box-shadow: 0 0 1.25rem rgb(177, 173, 173);
    transition: all 0.3s linear;
}
.icon {
    height: 130px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #ee553a;
}
.icon i {
    font-size: 55px;
    color: #ffffff;
}
.card {
    padding: 24px;
}
.card h4 {
    margin-top: 16px;
    font-size: 20px;
    color: #111111;
}
.card p{
    margin-top: 10px;
    color: #747474;
}
.card a {
    padding: 6px 10px;
    text-decoration: none;
    color: #111111;
    font-size: 14px;
}
.col {
    background-color: #ffffff;
}

/* explore more */

.explore-more-button{
    background-color: #ffffff;
    margin-top: 48px;
    height: 50px;
    display: flex;
    align-items: center;
    
}
.explore-more-button a {
    text-decoration: none;
    background-color:#747474;
    padding: 10px 16px;
    color: #ffffff;
    font-size: 18px;
    margin-left: 26px;
    border-radius: 5px;
    
}
.explore-more-button a:hover {
    background-color:  #ee553a;
    transition: all 0.2s linear;
    transform: scale(1.05)

}

/* tools-technology */

.tools-technology {
padding: 70px 0 0;
}
.toles-lang{
    display: flex;
    justify-content: space-evenly;
    margin: 48px 70px 0;
    padding: 0 20px;

}
.language{
    height: 170px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.fa-brands {
    height: 115px;
    font-size: 85px;
}
.tools-icon span {
    display: block;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}


/* section3 */

/* .section3 {

} */
.container {
    display: flex;
    justify-content: space-evenly;
    margin: 0 70px ;
    padding: 48px 30px;
    gap: 20px;
    flex-wrap: wrap;
    /* padding: 12px; */
}
.cl-md {
    height: 445px;
}
.row-g-4 {
    width: 23%;
    height: 445px;
    /* margin: 24px 0 0; */
    /* padding: 0 12px; */
    transition: all 0.3s linear;
}
.row-g-4:hover {
    transform: translate(0px, -5px);
    box-shadow: 0px 0px 20px rgb(199, 190, 190);
}
.img {
    height: 250px;
    background-size: cover;
}
.built-cart {
    text-align: center;
}
.built-cart h5 {
    margin-top: 15px;
    font-size: 20px;
}
.built-cart  p {
    margin-top: 15px;
    font-size: 14px;
    color: #212529bf;
}
.a {
    text-decoration: none;
    font-weight: bolder;
    color: black;
    padding: 6px 14px;
    border-radius: 5px;
    

}
.a:hover {
    background-color: #ee553a;
    color: #ffffff;
    transition: all 0.3s linear;
}

/* section4 */

.coler {
    color: #ffffff;
    padding-top: 75px;
}
.section4 {
background-image: url(Texture_programming_0_1_577641_1280x693.jpg);
background-size: cover;
}
.container-bg-5 {
display: flex;
padding: 50px 25px;
}
.cont1 {
    width: 42%;
    height: 483px;
    background-color: #ee553a;
    color: #ffffff;
}
.info-item {
    display: flex;
    padding: 10px 0;
    margin: 20px 0 0 30px
}
.fdhgf {
    margin-top: 50px;
}
.info-item i {
    font-size: 20px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    background-color: #adadad;
    margin: 0 15px;
}
.info-item:hover i {
    background-color: #ffffff;
    color: #ee553a;
    transition: all 0.5s linear;
}
.info-item h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.info-item p {
    font-size: 14px;
}
.cont2 {
    width: 58%;
    height: 483px;
    background-color: #ffffff;
}
.mt {
    box-sizing: border-box;
    width: 46%;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid rgb(136, 126, 126);
}
.ro-mta1{
    margin: 50px 0 0 10px  ;
}
.ro-mta2{
    margin: 30px 0 0 10px
}
.textarea {
    height: 180px;
    width: 92%;
    max-width: 92%;
    min-width: 92%;
}
.ro-mta3 {
    margin: 25px 0 0 10px
}
.Submit-Button {
    margin: 25px 0 0 10px
    
}
.Submit {
    padding: 8px 20px;
    text-decoration: none;
    background-color: #ee553a;
    color: #ffffff;
    border-radius: 5px;
    font-size: 17px;
}
.Submit:hover {
    background-color: #ff765e;
    transition: all 0.2s linear;
}

/* footer */

.footer {
    background-color: #111111;
    padding-top: 80px;
    color: #ffffff;
}
.footer p {
    font-size: 15px;
    color: #e2e2e2;
}
.footer-contener {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #ee553a;
    margin: 20px;
}
.fo-box {
    margin-top: 4px;
    padding: 0 12px;
}
.fo-logo {
    height: 130px;
    width: 260px;
    background-image: url(logo-cd94b552.png);
    background-size: cover;
}
.cal-lg-6 {
    width: 50%;
}

/* copiright */

.copiright {
    display: flex;
    justify-content: space-between;
     padding: 32px;
}
.footer-nav {
    width: 10%;
}
.footer-nav a {
    text-decoration: none;
    display: inline;
    list-style: none;
    padding: 3px;
    color: #e2e2e2;
}
.footer-contact-us {
    width: 20%;
}
@media only screen and (max-width: 1150px) {
    .nav-ops a{
        display: none;
        
    }
 }
 @media only screen and (min-width: 1150px) {
    .nav-ops i{
        display: none;
       
    }
 }
 .nav-ops i {
    font-size: 1.5rem;
    color: #ffffff;
 }