@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Raleway:wght@700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Magra&family=Nova+Square&display=swap');

*{
    font-family: 'Inter', sans-serif;
}
/* -------------- navbar ----------------- */
.navbar{
    background-color: rgb(0, 0, 0);
    font-family: 'Inter', sans-serif; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1% 3% 1% 2%;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.logo{
    height: 3rem;
    width: 6rem;
}

.navbar-toggler{
    color: white;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header{
    border-bottom: 1px solid #E2E8F0;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-link{
    font-size: medium;
    font-weight: 400;
    color: white;
}

.alink{
    color: #FCCC00!important;
}

.nav-link:hover{
    color: #FCCC00;
    transform: scale(1.2);
}

.nav-link:active{
    color:#FCCC00;
}

.nav-menu a{
    position: relative;
    color: white;
    font-size: medium;
    font-weight: 400;
}

/* ---------------- hero ---------------------- */



.hero-img{
    margin-top: 3.2%;
    background-image: url('./img/PRODUCT1.jpg');
    overflow: hidden;
    height: 80vh;
    width: 100%;
    padding: 7% 2% 2% 2%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.herotext{
    color: #fff;
    margin-left: 6%;
    font-size: 6.8vh;
    margin-top: 1%;
    font-family: 'Inter', sans-serif;
    font-weight: 800;   
}

.hero-desc{
    margin-left: 6%;
    color: #fff;
    font-family: 'Inter', sans-serif; 
    font-size: 2.5vh;
    padding-bottom: 2%;
}

.hero-btn{
    margin-left: 6%;
    background-color: #FCCC00;
    color: #000;
    margin-top: 25px;
    font-size: 2.1vh;
    font-weight: 790;
    padding: 11px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3rem;
    font-family: 'Inter', sans-serif; 
}

.hero-btn:hover{
    transform: scale(1.1);
}

  /* ----------------- SERVICES -------------- */

  .serv-box{
    background-color: #FCCC00;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    overflow: hidden;
}

.services-box{
    margin: 0;
    font-family: 'Inter', sans-serif; 
    overflow: hidden;
    font-size: large;
    font-weight: 800;
}

.rt{
    height: 60vh;
    width: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.rt h1{
    color: #fff;
    margin-right: 9%;
    float: right;
    font-size: 6.8vh;
    padding-top: 8%;
    font-family: 'Nova Square', cursive;
    font-weight: 800;
}

.lt{
    height: 60vh;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.lt h1{
    color: #fff;
    margin-left: 9%;
    float: left;
    font-size: 6.8vh;
    padding-top: 8%;
    font-family: 'Nova Square', cursive;
    font-weight: 800;
}

.lt h1:hover{
    color: #FCCC00;
}

.lt h1:hover .btn{
    transform: scale(1.1);
}

.rt h1:hover{
    color: #FCCC00;
}

.rt h1:hover .btn{
    transform: scale(1.1);
}

 .graphic{
    background-image: url('./img/Reverse\ Engineering.jpg');
}

.product{
    background-image: url('./img/Product\ Engineering.jpg');
}

.threed{
    background-image: url('./img/CAECAD\ Modelling.jpg');
}

.inno{
    background-image: url('./img/Industrial\ Design.jpg');
}

.shirt{
    background-image: url('./img/qwe.jpg');
}


.btn{
    padding: 0;
    margin: 0;
    background-color: #FCCC00;
    color: #000;
    font-size: large;
    font-weight: bold;
    margin-top: 25px;
    padding: 11px 12px;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3rem;
    font-family: 'Inter', cursive;
}
 .btn:hover{
    transform: scale(1.1);
 }

/* ---------- how we work -------------- */

.row{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: 'Nova Square', cursive;
    margin: 0%;
    padding: 0%;
     width: 100%;
     overflow: hidden;
}
.sp{
    padding-top: 2%;
    padding-bottom: 2%;
}

.sec-cell{
    padding: 4%;
    flex-grow: 1;
    flex-basis: 0;
}
.abt-ro{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.sect{
    display: flex;
    flex-direction: column;
}
.ser-icon{
    height: 13vh;
    width: 13vh;
    margin-bottom: 3%;
}

.sec-cell:hover{
    transform: scale(1.04);
    cursor:pointer;
}

/* --------------- footer ------------ */
.foot{
    background-color: #000;
    color:#fff;
    font-family: 'Inter', sans-serif;
    font-size: auto;
    height: 20vh;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: row;
    padding-bottom: 4vh;
    
}

.mfoo{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 6% 16% 6% 14%;
}

.foo{
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.flinks{
    padding: 6%;
    font-size: 2.2vh;
    text-decoration: none;
    color: white;
}

.tfl{
    padding: 6% 16%;
}

.bfl{
    padding: 6% 14%;
}
.odd{
    padding-left: 10%;
    padding-right: 16%;
}

.flinks:hover{
    color: #FCCC00;
}

.cont{
    background-color: #000;
}

.cont{
    display: flex;
}
.form-group{
    margin-right: 15%;
    margin-top: 4%;
}
.form-control{
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2%;
    background-color: #FCCC00;
    color: #000;
    /* margin-right: 10%; */
    font-family: 'Magra', sans-serif;
    border: 4px solid white;
}
::placeholder { 
    color: rgb(255, 255, 255);
    opacity: 1; 
  }

label{
    color: #fff;
    font-family: 'Magra', sans-serif;

}

.logoo{
    margin-top: 18%;
    height: 69px;
    
    margin-left: 4.2vw;
}

.icons{
    color: #FCCC00;
    background-color: #000;
    text-align: center;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
    height: 10vh;
    margin-top: -1.1%;
    display: flex;
    
}
.icons_align{
    overflow: hidden;
    margin: 1.5vw 2vw;
}

.adv{
    display: flex;
    flex-direction: column;
    background-color: #000;
}

hr{
    padding-top: 2%;
    margin: 0;
    border-top: 1vh solid #fccc00;
    opacity: 1;
    color: black;
    background-color: black;
}

.last{
    color: rgb(255, 255, 255);
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.fa-brands{
    font-size: xx-large;
}
.f-ro{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    color: white;
    padding: 1% 4%;
}

/* ------- responsive ------*/

@media (max-width: 1268px) {
    /* ------- navbar ------*/
    .logo{
        height: 3rem;
        width: 6rem;
    }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3.2rem;
        flex-direction: column;
        background-color: black;
        opacity: 0.9;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: -1;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.9);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2vh 0;
        padding: 0;
    }


    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    
    
    /* ------- body ------*/
    
    .sp{
        height: auto;
    }
    .graphic{
        justify-content: start;
    }
    .product{
        overflow: hidden;
        justify-content: left;
    }

    /*------------footer--------------*/


    .foot{
        justify-content: center;
    }
    .logoo{
        display: none;
    }
    .pimg {
        display: none;
    }
    .cont{
        justify-content: center;
        padding-bottom: 3%;
    }

    
}

@media (max-width: 900px){
    .mfoo{
        flex-direction: row;
        justify-content: space-evenly;
        padding: 0;
        margin: 0;
        width: 100vw;
    }
    
    .foo{
        padding: 0;
        padding-top: 7%;
        flex-direction: column;
        text-align: start;
    }
    .foot{
        height: auto;
        width: auto;
    }
}

@media (max-width: 800px){
    
    .hero-btn{
        padding: 2% 2%; 
    }
    .herotext, .rt h1, .lt h1{
        font-size: 6vh;
    }
    .abt-ro{
        flex-direction: column;
    }

    .product h1{
        padding: 0%;
    }

    .hpcards{
        display: flex;
        align-items: center;
        text-align: center;
        padding: 3%;
        justify-content: center;
    }
    
    .herotext, .hero-desc, .hero-btn, .lt h1, .rt h1{
        margin: 0;
        text-align: center;
        float: none;
    }

    .client{
        display: none;
    }

    .rclient{
        display: block;
        width: 100%;
        height: fit-content;
    }
    .fa-brands{
        font-size: x-large;
    }
    .sec-temp{
        display: none;
    }
    .f-ro{
        flex-direction: column;
    }
    .f-contact{
        padding: 7%;
        font-size: x-small;
    }
    .f-c{
        padding: 6%;
    }
}

.soci{
    color: #FCCC00;
}
.soci:hover{
    transform: scale(1.2);
    color: #FCCC00;
}