:root{
    --primary-color--:#05427A;
    --secondary-color--:#021425;
    --tertiary-color--:#02386B;
    --button-color:#D9D9D9;
    --another-color:#1681E5;
     --transition--: all 0.3s ease;
     --nav-bg:white;

}
media screen and (max-width:1025px) {
    .image img {
        height: 430px;
    }

    .text h3 {
        font-size: 2.4em;
    }

    .text p {
        font-size: 1.3em;
        text-align: center;
        padding-left: 0;
    }

    #get {
        right: 0;
        height: 49px;
        width: 140px;
        border-radius: 5px;
        font-size: 0.9em;
        font-weight: 500;
        text-transform: capitalize;
    }

    #more {
        right: 0;
        margin-left: 40px;
        height: 49px;
        width: 140px;
        border-radius: 5px;
        font-size: 0.9em;
        font-weight: 500;
        text-transform: capitalize;
    }

    .go {
        left: 800px;
        height: 49px;
        width: 140px;
        border-radius: 5px;
        font-size: 0.9em;
        font-weight: 500;
        text-transform: capitalize;
    }

    .cust p {
        font-size: 1.5em;
    }

 
    .side p {
        font-size: 0.9em;
    }

    .btn {
        margin-top: 20px;
        height: 49px;
        width: 140px;
        border-radius: 5px;
        font-size: 0.9em;
        font-weight: 500;
        text-transform: capitalize;
    }

    .company h1 {
        font-size: 1.6em;
        margin-bottom: 10px;
    }

    .company ul li {
        margin-bottom: 5px;
    }

    .company ul li a {
        font-size: 1.2em;
    }
}

@media screen and (max-width:768px) {
    .intro{
        /* height: 120vh; */
    }
    header {
        justify-content: space-around;
        height: 100px;
    }

    .them_links {
        display: none;
    }


    .image img {
        height: 300px;
    }

  
    .text{
        h3{
            font-size:20px;
            margin-top:0px;
        }
    }
    .explain{
          padding: 0px;
        p{
            font-size:12px;
            width:350px;
          
        }
       
    }
.ono{
     img{
            height: 150px;
        }
}

}

@media screen and (max-width:425px) {
    h1{
        margin-top: 90px;
    }
    .image img{
        height: 230px;
    }
    .text{
        margin-bottom: 140px;
    }
    .flex-1{
        flex-direction: column;
        gap: 40px;
    }
    .num h1{
        font-size: 2.5em;
    }
        .cust{
        h3{
            font-size:15px
        }
     p {
        font-size: 1.5em;
    }
}

    .num p{
        font-size: 0.9em;
    }
    .count{
        gap: 10px;
    }
    .cust p{
        font-size: 1em;
    }
    .img{
        gap: 20px;
    }
    .footer{
        flex-direction: column;
        text-align: center;
    }
    .to{
        margin-top: 50px;
    }
.flex{
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-direction: column;
    text-align: center;
}
  .explain{ 
    gap:20px;
  p{
    font-size: 10px;
  } 
} 
  .dev{
    width: 100%;
  }
  .gal{
    img{
        height: 200px;
    }
  }
  .det p{
    width: 200px;
  }
  .ono{
    img{
        height: 200px;
    }
  }


.gal img{
    height: 200px;
}
}
@media screen and (max-width:630px) {
    .text{
        margin-bottom: 140px;
    }
    
    .flex-1{
        flex-direction: column;
        gap: 50px;
    }
    .num h1{
        font-size: 2.5em;
    }
    .num p{
        font-size: 0.9em;
    }
    .count{
        gap: 10px;
    }
}

@media screen and (max-width:910px) {
    .new{
        padding: 0 0 70vh 0;
    }
    .flex-2{
        text-align: center;
        padding: 0 0 20vh 0;
        /* margin-bottom: 70vh; */
    }
    .close{
        margin-bottom: 40vh;
    }
}

@media screen and (max-width:768px) {
    .them_links {
        display: none;
    }

    .hamburger {
        display:flex;
        flex-direction: column;
    }
    header{
        button{
            display: none;
        }
    }
    nav {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        background-color: var(--nav-bg);
        transition: var(--transition--);
    }

    nav.active {
        left: 0;
    }

    nav ul {
        flex-direction: column;
        padding: 20px;
    }

    nav ul li {
        margin: 15px 0;
    }
    .about-content {
        flex-direction: column;
    }

    .contact-content {
        flex-direction: column;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
   
  .explain p{
    font-size: 13px;
  }  
  .dev{
    width: 100%;
  }
  .gal{
    img{
        height: 200px;
    }
  }
  .det p{
    width: 200px;
  }
  .ono{
    img{
        height: 200px;
    }
  }

}
.gal img{
    height: 200px;
}
}
@media screen and (max-width:530px) {
    .new{
        padding: 0 0 180vh 0;
        line-height: 27px;
    }
    .intro h1{
        font-size: 2.6em;
    }
    .values{
        margin-top: 80px;
    }
    #right{
        text-align: center;
        h4{
            font-size:20px;
        }
        p{
        width:300px;
        }
    }
    footer{
        text-align: center;
    }
    .footer{
        flex-direction: column;
        text-align: center;
    }
}
