*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.all{
    overflow: hidden;
}
body {
    background-color: #024950;
}
.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    position: relative;
    background-color: #003135;
    padding-left:5% ;
    padding-right:5% ;
    padding-top: 1%;
    padding-bottom: 1%;
}
.logo img {width: 100px;}
.menu {display: flex;}
.menu li {padding-left: 30px;}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #003135;
    transition: 0.15s ease-in-out;
}

.menu li a:hover:after {
    width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: black;
    cursor: pointer;
    font-size: 2.0rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}
@media(max-width: 680px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: #003135;
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}
  /* nav bar end */





  
  /* image slider start */ 
  .containor{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    width: 100%;
}
.containor i{
    font-size: 40px;
    cursor: pointer;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
#left{
     transform: rotate(180deg);
}

.frame{
    display: block;
    overflow: hidden;
    width: 59%;
    height: 60%;
    overflow: hidden;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
    border: black;
}
.image{
    height: 100%;
    width: 100%;
}
.slider{
    height: 80%;
    width: 100%;
    display: flex;
}
   





    /* 1st paragraph start */ 
    .heading1{
        border-radius: 15px;
        font-size: 190%;
        margin-left:70px ;
        margin-right: 70px;
        margin-bottom: 40px;
        margin-top: 40px;
        color:#AFDDE5;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .para{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5%;
        padding-left: 5%;
    }
    .p1{
        font-size: 20px;
        float: left;
        color:#AFDDE5;
    }
    .company{
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
        height: 250px;
        width: auto;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
    }
    .company:hover{
        transform: scale(1.08);
    }
    @media only screen and (max-width: 800px) {
       .para{ flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
        position: relative;}
      }
     /* 1st paragraph end*/ 
     /*2nd paragraph start*/












    .para2{
        margin-top: 40px;
        background-color: #003135;
        display: flex;
        width: 100%;
        
    }
    .list{
        width: 50%;
        padding: 2%;
        padding: 3%;
       height: 100%;
    }
    .list h6{
        border-radius: 15px;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
        color:white;
        font-size: 30px;
        align-content: center;
        justify-content: center;
        display: flex;
    }
    .list ul{
        margin-top: 8%;
       background-color: #024950;
       border-radius: 30px;
    }
    .list li{
        display: flex;
       
       justify-content: center;
        font-size: 25px;
        padding: 7px;
        list-style-image: url('arrow2.png');
    }
    
    .list ul:hover{
        color: #AFDDE5;
    }
    @media only screen and (max-width: 800px) {
      .fac{
          width: 100%;
      }}

  
  @media only screen and (max-width: 800px) {
      .para2{
          flex-wrap: wrap;
          flex-direction: row;
    }
  }
    @media only screen and (max-width: 800px) {
        .list{
            width: 100%;
        }}



      .fac{
          width: 50%;
          padding: 2%;
          padding: 3%;
          height: 100%;
      }
      .fac h6{
        border-radius: 15px;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
        color:white;
        font-size: 30px;
        align-content: center;
        justify-content: center;
        display: flex;
      }
      .mac{
        box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8%;
        width: 70%;
        height: 75%;
        overflow: hidden;
        background-color: #AFDDE5;
      }
      .slider2{
        width: 100%;
        height: 100%;
       display: flex;
      }
      .machine{
        width: 100%;
      }
      .bottom{
        margin-top: 4%;
        margin-bottom: 8%;
        align-items: center;
        justify-content: center;
          display: flex;
          flex-direction: row;
          gap: 10px; 
      }
      .button{
          width: 15px;
          height:15px;
          border: 1px solid white;
          border-radius: 50%;
          margin-left: 10px;
          margin-right:10px;
      }
        @media only screen and (max-width: 800px) {
        .fac{
            width: 100%;
        }}
     










   
    /* 2nd paragraph end*/
    .footer{
        padding: 1%;
        display: flex;
        background-color:#003135;
        margin-top: 5%;
        border-radius: 30px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ltd{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ltd img{
        width: 150px;
        
    }
    .ltd pre{
        font-size: 15px;
        color: #0FA4AF;
        
    }
    .contact{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact h5{
        margin: 1%;
        border-radius: 15px;
        display: flex;
        font-size: 25px;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
        color: #AFDDE5;

    }
    .contact pre{
        color: #0FA4AF;
        font-size: 18px;
    }
    @media only screen and (max-width: 1000px) {
        .footer{
         flex-wrap: wrap;
         flex-direction: row;
         padding: 2%;
        
        }
        .ltd{
          display: flex;
           width: 100%;
           align-items: center;
           justify-content: center;
        }
        .contact{
         margin: 10%;
         width: 100%;
         justify-content: center;
          align-items: center;
        }
     }
    .end {
        display: flex;
        margin-top: 10px;
    }
    .end p{
        width: 100%;
        display: flex;
        font-size: 25px;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
        color: #AFDDE5;
        justify-content: center;
          align-items: center;
    }
   
    

