@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    scroll-behavior: smooth;
}

:root {
    --main-color:#ffa600;
    --navLinks-color:#fff;
    --heading-color:#000;
    --text-color:rgba(0,0,0,.5);
    --home-bg-color:#dddd;
    --options-color:#333;
}

body {
    overflow-x: hidden;
 
}

header {
    position: fixed;
    padding: 5px 5rem 5px 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background:var(--main-color);
    z-index: 10000;
}

header .logo {
    font-size: 2rem;
    color: var(--heading-color);
    text-decoration: none;
    font-weight: 600;
}

header .navlinks {
    display: flex;
    align-items: center;
    gap:4rem;
}

header .navlinks a {
    text-decoration: none;
    color: var(--navLinks-color);
    font-size: 1.05rem;

}
header .navlinks a.contact_btn {
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(63, 1, 63);
}
.home {
    min-height: 120vh;
    padding-inline: 3rem;
    display: flex;
    justify-content: space-between;
    background: var(--home-bg-color);
    align-items: center;

}

.home .left{
    max-width: 40%;
    width: 100%;
}
.home .image {
    max-width: 48%;
    width: 100%;  
    height: 300px;
    overflow: hidden;
}
.home .image img {
    width: 100%;
    transition: .5s;
    object-fit: cover;
    height: 100%;
    object-fit: cover;
}
.home .image img:hover {
    transform: scale(1.05);
}
.home .left .content {
    width: 100%;
}
.home .left .content h1 {
    font-size: 2.2rem;
    color: var(--heading-color);
    font-weight: 450;

}
.section2 {
    min-height: 120vh;
    display: flex;
    justify-content: space-between;
    padding-inline: 4rem;
    align-items: center;
}

.section2 .left_section2 {
    max-width: 48%;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50%; 
}
.section2 .left_section2 .inner_box {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    position: relative;
    background: var(--main-color);
    z-index: 1;
}

.section2 .left_section2 .inner_box .badama2 {
    position: absolute;
    top: 50%; 
    max-width: 300px;
     width: 100%;
    right: -50px; 
    height: auto;
    top: 0;
    z-index: 2; 
}

.section2 .left_section2 .inner_box .badama3 {
    position: absolute;
    bottom: 0;
    left:-50px; 
    max-width: 250px; width: 100%; 
    height: auto;
    z-index: 2; 
}
.section2 .left_section2 .inner_box .innner {
    padding: 10px;
    
}
.section2 .left_section2 .inner_box i {
    display: flex;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    justify-content: center;
    left: 50%;
    padding: 20px;
    width: 70px;
    height: 50px;
    font-size: 2rem;
    border-radius: 10px;
    color: var(--main-color);
    background: #fff;
    bottom: 50px;
}
.section2 .right_section2 {
    max-width: 48%;
    width: 100%;
    text-align: center;
}
.section2 .right_section2 p,
.technologies .right_technology p,
.consiel .consiel_content p {
    color: var(--text-color);
    
}
.section2 .right_section2 .option_flex {
    display: flex;
    margin-top: .3rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.sub {
    padding-bottom: 1rem;
}
.section2 .right_section2 .bx-desktop,
.section2 .right_section2 .bx-mobile-alt,
.technologies .right_technology .fa-microchip,
.consiel .consiel_content .bx-message-rounded
 {
    text-align: center;
    display: block;
    margin-bottom: 2.5rem;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    background: rgb(255, 166, 0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2 .right_section2 h2,
.technologies .right_technology h2,
.consiel .consiel_content h2 {
    font-size: 1.5rem;
    padding-bottom: .7rem;
    color: var(--heading-color);
    text-align: center;
}

.badama1_mobile {
    position: absolute;
    z-index: 2;
    right:-50px ;
    bottom: -70px;
    max-height: 450px; 
    height: auto; 
    width: auto; 
}
.badama2_mobile {
    position: absolute;
    z-index: 2;
    left:-20px ;
    top: -130px;
    max-height: 450px; 
    height: auto; 
    width: auto; 
}

.bx-menu {
    font-size: 2rem;
    color: #fff;
    display: none;
}


.technologies {
    min-height: 100vh;
    padding-inline: 4rem;
}


.footer {
     height: auto;
     padding-bottom: 2rem;
    background: var(--main-color);
    text-align: center;
    padding-top: 5rem;
}
.footer .footer_container {
    max-width: 800px;
    width: 100%;
    width: 100%;
    margin: 0 auto;
}
.footer .links_flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    gap: 3.5rem;
    margin: 0 auto;
}
.footer .links_flex a {
    text-decoration: none;
    color: var(--navLinks-color);
}
.footer p {
    font-size: 1.1rem;
    color: var(--navLinks-color);
    margin: 4rem 0;
}

.footer .social_flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin: 0 auto;
}
.footer .social_flex  a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.3);
}

.consiel {
    min-height: 130vh;
    padding-inline: 4rem;
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consiel .consiel_content {
    max-width: 48%;
    width: 100%;
    min-height: 400px;
    text-align: center;
}
.consiel .consiel_img {
    max-width: 48%;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
}
.consiel .consiel_img .consiel_img_box {
    width: 430px;
    height: 430px;
    background: var(--main-color);
    border-radius: 50%;
    position: relative;
}
.consiel .consiel_img .consiel_img_box  .flex {
    padding: .5rem 1rem;
    background: #fff;
    color: var(--main-color);
    border-radius: 10px;
    position: absolute;
    top: 140px;
    right: 20px;
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 500;
}
.consiel .consiel_img .consiel_img_box  .flex .bxs-send {
    font-size: 1.1rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
}
.consiel .consiel_img .consiel_img_box  .flex a {
    text-decoration: none;
    color: var(--main-color);
}
.consiel .consiel_img .consiel_img_box  .badama6 {
    position: absolute;
    left: -20px;
    top: 0;
    max-width: 250px;
    width: 100%;
}
.consiel .consiel_img .consiel_img_box  .badama7 {
    position: absolute;
    right: -60px;
    max-width: 320px;
    width: 100%;
    bottom: -50px;
}

.fa-robot {
    position: absolute;
    top: 100px;
    width: 50px;
    height: 50px;
    padding: .1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    color: var(--main-color);
    border-radius: 10px;
    right: 200px;
}
.inner2_box_tec {
    background:rgb(63, 1, 63);
}




.technologies {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.technologies .left_technologie {
    max-width: 48%;
     width: 100%;
      height: 400px;
       position: relative;
        display: flex;
         justify-content: center;
}
.technologies .left_technologie .inner_box_tec {
    width: 250px;
    height: 250px;
    background: #ffa600;
    border-radius: 50%;
    position: absolute;
    right: 100px;
}
.technologies .left_technologie .inner2_box_tec {
    width: 200px;
     height: 200px;
      background: rgb(63, 1, 63);
       border-radius: 50%;
        position: absolute;
         left: 50px;
          bottom: 0 ;
}
.technologies .left_technologie .bdamna4 {
    position: absolute;
     right: 300px;
      top: 50px;
      max-width: 250px;
      width: 100%;
}
.technologies .left_technologie .bdamna5 {
    position: absolute;
     right: 100px;
      top: 200px;
}
.technologies .right_technology {
    max-width: 48%;
    width: 100%;
    min-height: 400px;
    text-align: center;
}


.contact {
    min-height: 100vh;
    padding: 7rem 10rem 4rem 10rem;
}
.contact .container {
    text-align: center;
}
.contact .container h2 {
    font-size: 1.5rem;
    color: var(--heading-color);
    font-weight: 500;
    padding-bottom: 2rem;
}
.contact .container form {
    width: 100%;
}
.contact .container form input,
.contact .container form textarea {
    width: 100%;
    padding: .7rem .7rem;
    border: none;
    font-size: .9rem;
    outline: none;
    border: 1.5px solid #ccc;
    margin-top: 1.5rem;
}
.contact .container form input:focus,
.contact .container form textarea:focus{
    border-color: var(--main-color);
}
.contact .container form textarea  {
    height: 300px;
    resize: none;
}
.contact .container form button[type="submit"] {
    padding: .8rem 1.8rem;
    background: var(--main-color);
    cursor: pointer;
    color: var(--heading-color);
    border: none;
    display: block;
    border-radius: 10px;
    font-size: 1.1rem;
    color: #fff;
    margin: 2rem auto;
    outline: none;
}
.enterprise {
    min-height: 100vh;
    padding-inline: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enterprise .left_enterprise {
     max-width: 48%;
     display: flex;
     justify-content: center;
     width: 100%;

}
.enterprise .left_enterprise img {
    width: 100%;
}
.enterprise .right_enterprise {
    max-width: 48%;
    text-align: center;
    width: 100%;
}
.enterprise .right_enterprise h2 {
    font-size: 1.5rem;
    padding-bottom: .7rem;
    color: var(--heading-color);
    text-align: center;
}
.enterprise .right_enterprise p {
    color: var(--text-color);
}






@media (min-width:1600px){
    header {
        padding-inline: 20rem;
    }
    .home {
        padding-inline: 20rem;
        min-height: 100vh;
    }
    .section2 {
        padding-inline: 20rem;
    }
    .consiel {
        padding-inline: 20rem;
    }
    .technologies {
        padding-inline: 20rem;
    }
    .technologies .left_technologie .inner2_box_tec {
        width: 200px;
         height: 200px;
          background: rgb(63, 1, 63);
           border-radius: 50%;
            position: absolute;
             left: 200px;
              bottom: 0 ;
    }
    .enterprise {
        padding-inline: 20rem;
    }
}


@media (max-width:1300px){
    .home .left {
        max-width: 45%;
    }
}
@media (max-width:1160px){
    .home .left {
        max-width: 48%;
    }
}
@media (max-width:1100px){
    .home .left {
        max-width: 50%;
    }
}









@media (max-width:1030px){
    .home {
        padding-inline: 2rem;
    }
}

@media (max-width:992px){
    .home {
        flex-direction: column;
        padding: 10rem 5rem 10rem 5rem;
        gap: 3rem;
    }
    .contact {
        padding: 10rem 5rem 10rem 5rem; 
    }
    .technologies {
        padding: 10rem 5rem 10rem 5rem;
    }
    .technologies .left_technologie {
        max-width: 100%;
        width: 100%;
    }
    .enterprise {
        padding: 10rem 5rem 10rem 5rem;
        flex-direction: column;
    }
    .enterprise  .left_enterprise {
        max-width: 100%;
        width: 100%;
    }
    .enterprise  .right_enterprise {
        max-width: 100%;
        width: 100%;
    } 
    .consiel {
        flex-direction: column;
        padding: 10rem 5rem 10rem 5rem;
        gap: 5rem;
    }
    .consiel .consiel_content {
        max-width: 100%;
        width: 100%;
    }
    .consiel .consiel_img {
        max-width: 100%;
        width: 100%;
    }
    .section2 {
        flex-direction: column;
        padding: 10rem 5rem 10rem 3rem;
        gap: 3rem;
        justify-content: center;
        align-items: center;
    }
    .technologies {
        flex-direction: column;
        padding: 10rem 5rem 10rem 3rem;
        gap: 3rem;
        justify-content: center;
        align-items: center;
    }
    .technologies .left_technologie .inner2_box_tec {
        left: 200px;
    }
    .technologies .left_technologie {
        max-width: 100%;
        width: 100%;
    }
    .technologies .right_technology{
        max-width: 100%;
        width: 100%;
    }
    .technologies .right_technology {
        max-width: 100%;
        
    }
    .section2 .left_section2 {
             max-width: 100%;
             width: 100%;
             display: flex;
             justify-content: center;
    }
    .section2 .right_section2 {
        max-width: 100%;
        width: 100%;
    }
    header .navlinks {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--main-color);
        flex-direction: column;
        padding-block: 2rem;
        gap: 2.5rem;
        display: none;
    }
    header .navlinks.active {
        display: flex;
    }
    .bx-menu {
        display: block;
    }
    .home .left {
        max-width: 100%;
        width: 100%;
        
    }
    .home .image {
        max-width: 100%;
        width: 100%;
    }
}



@media (max-width:820px){
    .home {
        justify-content: center;
        gap: 10rem;
    }
    .section2 {
        gap: 10rem;
    }
    .section3 {
        justify-content: center;
        gap: 15rem;
    }
    .consiel {
        justify-content: center;
        min-height: 80vh;
    }
    .technologies {
        justify-content: center;
        gap: 10rem;
    }
}


@media (max-width:600px){
    header {
        padding-left: 0;
    }
    .home {
        padding: 10rem 1rem 10rem 1rem;
        justify-content: center;
        gap: 3rem;
    }
    .contact {
        padding: 5rem 1rem 5rem 1rem;
    }
    .technologies {
        padding: 10rem 1rem 10rem 1rem;
        gap: 10rem;
        padding-top: 30rem;
        min-height: 150vh;
    }
    .technologies .left_technologie .inner2_box_tec {
        left: 0;
    }
    .technologies .left_technologie .inner_box_tec {
        right: 0;
    }
    .technologies .left_technologie .bdamna4 {
        left: 0;
        top: -20px;
        max-width: 200px;
    }
    .technologies .left_technologie .bdamna5 {
        max-width: 200px;
        right: 0;
    }
    .technologies .left_technologie .fa-robot {
        right: 30px;
    }
    .enterprise {
        padding: 7rem 1rem 10rem 1rem;
        justify-content: center;
        gap: 3rem;
    
    }
    .enterprise  .left_enterprise {
        max-width: 100%;
        width: 100%;
    }
    .enterprise  .right_enterprise {
        max-width: 100%;
        width: 100%;
    } 
    .contact {
        padding-top: 7rem;
    }
    .consiel {
        padding: 10rem 1rem 5rem 1rem;
    }
    .consiel .consiel_img .consiel_img_box {
        width: 300px;
        height: 300px;
    }
    .consiel .consiel_img .consiel_img_box .badama6 {
        max-width: 200px;
        left: -20px;
    }
    .consiel .consiel_img .consiel_img_box .badama7{
        max-width: 220px;
        right: -20px;

    }
    .consiel .consiel_content .main_flex .options_flex
    .consiel .consiel_img .consiel_img_box .flex {
        padding: .2rem .5rem;
    }
    .consiel .consiel_img .consiel_img_box .flex{
        top: 20px;
        right: 0;
    }
    header {
        padding: 5px 1rem 5px 0;
    }
    .technologies{
        padding: 5rem 1rem 5px 1rem;   
    }
    header .navlinks a {
        font-size: 1rem;
    }
    .section2 {
        gap: 3rem;
        padding: 10rem 1rem 10rem 1rem;
    }
    .section2 .left_section2 {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }
    .section2 .left_section2 .inner_box  {
        width: 300px;
        height: 300px;
    }
    .section2 .left_section2 .inner_box .badama2 {
        max-width: 250px;
        width: 100%;
        top: -50px;
        right: -20px;
    }
    .section2 .left_section2 .inner_box .badama3 {
        width: 180px;
        left: -30px;
        bottom: -40px;
    }
    .section2 .right_section2 {
        text-align: center;
    } 
    .badama1_mobile {
        position: absolute;
        z-index: 2;
        right:3px ;
        bottom: -70px;
        max-height: 300px; 
        height: auto; 
        width: auto; 
    }
    .badama2_mobile {
        position: absolute;
        z-index: 2;
        left:0 ;
        top: -20px;
        max-height: 300px; 
        height: auto; 
        width: auto; 
    }
    .mobile_section {
        margin-top: 2rem;
    }
    .section3 {
        padding-top: 0;
    }
    .footer {
        padding-bottom: 2rem;
    }
    .footer .footer_container .links_flex {
       flex-direction: column;
       gap: 1rem;
    }
    .footer .footer_container .links_flex .social_flex{
        gap: .5rem;
    }
    .technologies .right_technology .main_flex_option {
        gap: .5rem;
        justify-content: flex-start;
    }
    .section2 .right_section2 .option_flex {
        justify-content: flex-start;
    }
    .technologies .left_technologie .bdamna4 {
        position: absolute;
         right: 300px;
          top: 10px;
          max-width: 250px;
          width: 100%;
    }
    .technologies .left_technologie .bdamna5 {
        position: absolute;
         right: 0;
          top: 230px;
          max-width: 200px;
          width: 100%;
    }
    .consiel .consiel_img .consiel_img_box  .badama6 {
        position: absolute;
        left: -20px;
        top: -60px;
        max-width: 250px;
        width: 100%;
    }
    .consiel .consiel_img .consiel_img_box  .badama7 {
        position: absolute;
        right: -20px;
        max-width: 200px;
        width: 100%;
        bottom: -50px;
    }
    .consiel .consiel_img .consiel_img_box .flex {
        top: 50px;
    }
    .home {
        justify-content: center;
        text-align: left;
    }
    .home .left .content h1 {
        font-size: 1.8rem;
    }
    .section2 {
        gap: 10rem;
    }
    .section3 {
        gap: 5rem;
    }
    .consiel {
        justify-content: center;
        min-height: 80vh;
    }
    .technologies {
        justify-content: center;
        gap: 5rem;
    }
 }















