*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
html, body{
  width: 100%;
  height: 100%; 
}
html{
scroll-behavior: smooth;
}
body{
font-size: 100%;
font-family: sans-serif;
}

section .home{
padding: 1rem;
width: 100%;
height: 100vh;
}
.home .home-box{
width: 100%;
height: 100%;
background-color:#272a44;
height: 80px;
}
.home .home-box nav{
width: 100%;
height: 65px;
backdrop-filter: blur(1px);
border-radius: 7rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 4rem;
z-index: 10;
position: relative;
}
.home .home-box nav .logo{
display: flex;
align-items: center;
gap:1rem;
}
.home .home-box nav .logo .bar{
font-size: 1.35rem;
color: white;
cursor: pointer; 
display: none;
}
.home .home-box nav .logo .bar:hover{
color: green;
}
.home .home-box nav .logo h3{
font-size: 30px;
font-weight: 700;
}
.home .home-box nav .logo h3 span{
color: rgb(249, 72, 57);
text-decoration: none;
font-size: 30px;
}
.home .home-box nav .logo h3 a{
color:white;
text-decoration: none;
}
.home .home-box nav .menu .close{
display: none;
}
.home .home-box nav .menu ul{
display: flex;
gap:3rem;
list-style: none;
}
.home .home-box nav .menu ul li a{
color: white;
font-weight: 700;

}
.home .home-box nav .menu ul li a:hover {
color: #f0ad4e;
}
section{
  width: 100%;
  height: auto;
  position: relative;
}

.hero-section {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

 .hero-section .content {
  margin-top: 30px;
  width: 100%;
  height: auto;
  color: #150e0e;
}
.hero-section h2{
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 70px;
  color: #272a44;
  text-shadow: 3px 3px 3px #bdbdbd;
  margin-left: 30px;
}
.img-container button {
  margin-top: 10px;
  margin-left: 60%;
  background-color: rgb(249, 72, 57);
  padding: 20px;
  border-radius: 10px;
  border: none;
}
.img-container button a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
}
.hero-section p{
  font-weight: 300;
  margin: 50px;
  color: black;
  text-align: center;
}
.hero-section p a{
  text-decoration: none;
  color: rgb(249, 72, 57);
}
 .hero-section img{
  margin-left: 20%;
  width: 70%;
  height: auto;
  margin-top: 30px;
 }
 .hero-section  button:hover {
  color: black;
  background: lightgray;

} 
.btn:hover {
  background-color: #0056b3;
} */

.services{
padding: 50px 0;
}
.services h3{
text-align: center;
margin-bottom: 20px;
font-size: 2rem;
font-weight: 800;
line-height: 70px;
color: #272a44;
text-shadow: 1px #bdbdbd;
}

.services .row{
width:90%;
margin: 20px auto;
display: grid;
grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
gap:30px;
}
.services .row .col{
 padding: 20px;
 width:100%;
 height: 250px;
 margin: 30px 10px;
 border-radius: 2px;
 box-shadow: 5px 5px 5px rgb(246, 246, 246);
 background-color: #f4f4f4;
 border-bottom:3px solid rgb(249, 72, 57);
}
.services .row .col a{
 text-decoration: none;
color: #f0ad4e;
}

.services .row .col h2{
font-size: 20px;
margin: 5px;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
color:rgb(249, 72, 57)
}
.services .row .col p{
font-size: 12px;
text-align: justify;
color: black;
}
.services .col:hover{
background-color: #fff;
}

#services {
background-color: #dbdbdb;
}
#services .details{
margin: 50px 0;
background-color: rgb(20, 36, 75);
padding: 30px 20px;
position: relative;
z-index: 1;
width:280px;
min-height: 250px;
}
#services .row{
display:flex;
gap:50px;
margin:0 5%;
width:90%;
}
#services .row-1{
display:flex;
gap:80px;
margin:0 30%;
width:70%;
}
.details h2{
font-size: 1.2rem;
margin-bottom: 15px;
color: #f7f7f7;

}
.details p{
margin-bottom: 20px;
font-size: 14px;
color: #fff;

}
.details a{
text-decoration: none;
text-transform: capitalize;
color: #fff;
background-color: rgb(249, 72, 57);
padding: 6px 12px;
display: inline-block;
font-size: 14px;
border-radius: 5px;
margin-top: 30px;
}

.details:hover::before{
  width: 100%;
}
.details:hover h2{
color:rgb(249, 72, 57);
}

#aboutus{
  padding: 50px;
}
#aboutus h2{
  color: rgb(249, 72, 7);

}
#aboutus h2 a{
  text-decoration: none;
  color: rgb(249, 72, 7);
}
#aboutus p{
  margin: 30px;
}
#aboutus p a{
  text-decoration: none;
  color: rgb(249, 72, 7);
}
#aboutus ol{
   margin: 30px;
}
#aboutus ol li{
  margin: 10px;
}
#aboutus ol li a{
  text-decoration: none;
  color: rgb(20, 36, 75);
}
#contact {
  padding: 20px;
}
#contact li{
  margin-bottom: 10px;

}
#contact li a{
  color: rgb(249, 72, 57);
    text-decoration:none;
    font-weight: 600;
    font-size: 1rem;

}
#contact ul{
    margin: 50px;
  }
  .footer
  {
    background-color:#26272b;
    padding:45px 0 20px;
    font-size:15px;
    line-height:24px;
    color:#737373;
  }
.footer .copyright-text
  {
    text-align:center
  }
.footer p a {
 text-decoration: none;
 color: #737373;
}

/* mobile view */
  @media only screen and (min-width:321px) and (max-width:999px){
    .home .home-box nav .logo h3{
      margin-left: 20px;
      font-size: 36px;
    }
    .home .home-box nav .logo h3 span{
      font-size: 46px;
    }
   .home .home-box nav .menu{
    display: none;
   }
   .home .home-box nav .logo .bar{
    display: block;
    font-size: 3rem;
    color: white;
    cursor: pointer; 
   }
   .home .home-box nav .menu.active {
    display: block;
    position: absolute;
    left: -0.1rem;
    top:-1.5rem;
    width: 100vw;
    height:100vh;
    background: rgb(0 0 0/90%);
    display: flex;
    align-items: center;
    padding:0 3rem ;
   }
   .home .home-box nav .menu .close{
    display: block;
    position: absolute;
    left: 3rem;
    top:3rem;
    cursor:pointer;
    color: white;
    font-size: 3rem;
   }
   .home .home-box nav .menu .close:hover{
    color: rgb(255 255 255/40%);

   }
   .home .home-box nav .menu ul{
    flex-direction: column;
    font-size: 2.3rem;
    gap:5rem;
   }
   .home .home-box nav .menu ul:hover li a{
    color: rgb(255 255 255/40%);
   }
   .home .home-box nav .menu ul li a:hover {
    color: var(--white-color);
   }
.hero-section{
  display: block;
}
.hero-section h2 {
  text-align: center;
}
    .hero-section .img-container button {
      margin-top: 50px;
     text-align: center;
     width: 300px;
     height: 80px;
     margin-left: 35%;
    }
    .hero-section .img-container button a {
       font-size: 26px;
       font-weight: 600;
    }
    .hero-section p{
     font-size: 14px;
    }
    .hero-section img{
      margin: 50px;
      width: 90%;
     }
   #services{
    width:100%;
   }
    .services .row {
      display: block;
      align-items: center;
      text-align: center;
  }
  .services .row .col{
    width:100%;
    height: auto;
 }
 .services .row .col h2{
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
.services .row .col p{
  font-size: 14px;
  text-align: justify;
  padding: 30px;

}
#services  .row{
  display:block;
  height: auto;
  margin: 20px ;
  
}
#services .row .details{
  margin: 20px ;
  margin-top: 20px;
  width:100%;
  height: auto;
}
#services .row-1{
  display: block;
  width:90%;
  margin: 20px ;

 }
#services .row-1 .details{
  margin: 20px ;
  margin-top: 20px;
  width:100%;
}
/* #services .details{
  margin: 50px ;
  width:90%;
}
#services  .row{
  display:block;
  width:100%;
  height: auto;
}
#services .row-1{
 display: block;
 margin:0;
 width:100%;
} */
.details a {
  width:200px;
  height:80px;
  padding:  21px;
  font-size: 28px;
  font-weight: 600;
  border-radius: 10px;

}
}
