
html {
  scroll-behavior: smooth;

}

body {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100vw;
    margin: 0;
  }
  
  header {
    background-color: #ffffff;
    color: white;
    text-align: center;
    height: 85vh;
    width: 100vw;
    padding: 0%;
    margin: 0;
    z-index: 80;
  }
  .mobmenu{
    position: sticky;
    top: 0;
    right: 0;
  }
  .dskmnnu{
    position: sticky;
    top: 0;
    right: 0;
    z-index: 50;
  }
  
  nav {
    background-color: #d6d6d6;
    padding: 1em;
    color: rgb(0, 0, 0);
   
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  
  nav a {
    text-decoration: none;
    color: #000000;
    padding: 1em;
  }
  
  main {
   
  }
  
  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  
  .grid-item {
    background-color: #666060;
    pad: 1em;
    text-align: center;
  }
  .item1{
    grid-column: 1/3;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .item2{
    z-index: 50;
    grid-column: 1/3;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .item3{
    grid-column: 1/3;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .item4{
    grid-column: 1/3;
    background-color: #303642;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    width: 100%;
  }
  .contat{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
  }
  .contmobmail{
    width: 50vw;
    margin-left: 10px;
    
  }
  .contmobmail a{
    text-decoration: none;
  }
  .wts{
    width: 30vw;
    background-color: #000000;
    border-radius: 100px;
    margin-left: 12vw;
    margin-right: 12vw;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  .wts:hover{
    background-color: #0b0b0c;
    cursor: pointer;
  }
  .contmobmail p{
    color: white;
    text-align: justify;
    font-size: 20px;
    
    
    
  }
  .contaddr{
    color: white;
    width: 50vw;
    text-align: justify;
    line-height: 16px;
  }
  .contaddr p{
    line-height: 35px;
  }

  .item4 img{
    width: 80%;
    height: 60vh;
  }
  .item3 img{
    width: 330px;
    height: 540px;
  }
  .item1 p{
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
  }
  .btn{
    background: rgb(2, 2, 34);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 25px;
    border-radius: 25px;
  }
.hea{
  margin-bottom: -35px;
}
.hea H1{
  font-size: 35px;
  font-weight: 600;
}
  .btn:hover{
    cursor:pointer;
    
  }
  .item1 img{
    width: 100%;
    height: 110vh;
    margin-top: -150px;
    z-index: 5;
    margin-bottom: -100px;
  }

  .slider {
    width: 100vw;
    height: 50vh; 
  }
  .abtchk{
    width: 100vw;
    height: 85vh; 
    z-index: 120;
    position: absolute;
    transition: opacity 1s ease-in-out;
    animation: fade 5s infinite;
  }
  .abtchk img{
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out;

    
  }
  
  .slide {
    z-index: 120;
    display: none;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .slide img{
    width: 100%;
    height: 85vh;
  }
  
  .fade {
    animation: fade 5s infinite;
  }
  
  @keyframes fade {
    0%, 100% {
      opacity: 0;
    }
    10%, 90% {
      opacity: 1;
    }
  }

.container{
  width: 80%;
}
.container h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container p{
  color: rgb(133, 133, 133);
}
.container:hover p{
  color: rgb(216, 216, 216);
}

.container .services{
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.container .services .card{
    width: 330px;
    text-align: center;
    /* background: #222; */
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.container img{
  height: 330px;
  width: 330px;
}
/* .container .services .card:hover{
    background: rgb(0, 143, 24);
    
} */

.container .services .card .content{
    transition: 0.3s;
}

.container .services .card:hover .content{
    transform: scale(1.07);
}

.container .services .card .content .icon{
    padding: 5px 0;
    color: white;
}

.container .services .card .content .icon i{
    font-size: 40px;
}

.container .services .card:hover .content .title{
    color: white;
}

.container .services .card .content .title{
    padding: 5px 0;
    font-size: 24px;
    font-weight: 500;
    color: chocolate;
    transition: 0.3s;
}
.foot{
  
  width: 100%;
  background-color: #000000;
  color: black;
  align-items: center;
  z-index: 100;
  position: sticky;
  bottom: 0;
  right: 0;
  padding-bottom: 0px;
  border: 0px solid;
  box-shadow: 0px -7px rgb(151, 151, 151);
  margin-top: 20px;
  
  
}

.footbg{
  background-color: #1b304d;
  height: 40px;
  width: 100%;
  
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  
}







  @media screen and (min-width: 950px) {
    .container {
        max-width: 100%; /* Adjust the maximum width for smaller screens */
    }
    .mob{
      display: none;
    }
   
  }
  @media screen and (max-width: 950px) {
    .dsk{
      display: none;
    }
  }




