*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    overflow-y: : hidden;
}
 .cover-bg{
    background-image: url();
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;

}
.mt-20{
    margin-top: 20px;
    
}
.mb-20{
    margin-bottom: 30px;
}
.mb-30{
    margin-bottom: 20px;
}
.pb-35{
    padding-bottom: 150px;
}
.py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-padding{
    padding: 50px 0;
}
h2,h3{
    font-family: 'lato','sans-serif';
    color: #014F79;
    font-weight: bolder;
    text-shadow: #1b1b49;

}
h1,h4{
  color: #000;
}
.mt-35{
    margin-top: 35px;
}
.mt-30{
    margin-top: 30px;

}
p{
    line-height: 1.6;
    color: black;
    font-size: 20px;
}
span,a{
    display: inline-block;
}
.section-title{
    position: relative ;
    margin-bottom: 100px;
    width: 100%;
}
.section-title p{
    background-color: #FF007F;
    color:#fff;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 12px;
    letter-spacing: 1px;

}
.section-title h3{
    position: relative;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.14;
    letter-spacing: 1.4px;
    padding-bottom: 13px;
}

.section-title h3::before{
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    bottom: 0px;
    left: calc(50% - 60px);
     
}
.btn{
   border: 2px solid #fff;
   padding: 15px 20px;
   box-shadow: inset 0 0 0 0 #fff;
   font-size: 14px;
   transition: 0.8s all;
   color: #000;
}
.btn:hover{
    box-shadow: inset 12em 0 0 0 #014F79;
    color: #F5F5F5
 
}
.banner{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./images/cybsec2.jpg);
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}
.banner .caption h4{
   color: #fff;
   font-size: 20px;
   font-weight: 400;
}
.banner .caption h2{
   color: #fff;
   font-size: 70px;
   letter-spacing: -1px;
}
.banner .caption p{
 font-size: 20px;
 color: #fff;
 line-height: 32px;
 opacity: 0.7;
}

 .social-icon a{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-size: 20px;
    transition: 0.5s all;
    
     
}
.social-icon a:hover{
    color: #014F79;
}
.about .section-title h3{
    margin-top:50px;
}
.about .part-text h4{
    font-size: 24px;
}

.about .part-text .info li{
    width: 48%;
    display: inline-block;
    margin-bottom: 25px;

}
.services{
    margin-top: -150px;
    

}
.services .section-title h3{
    margin-top:50px;
}


.contact{
    background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.8)),url(./images/contactus.jpg);
     background-attachment: fixed;
     margin-top: -150px;
     
}  
.contact .section-title h3{
    color: #fff;
    margin-top: 30px;
}
.contact .part-info{
    background: linear-gradient(to right, transparent, rgba(200,200,200,0.1),transparent);
    margin: 30px;
    margin-bottom: 50px;
}
.contact .info-block{
    border-right: 1px solid #fff;
}
.contact .part-info .info-block .icon{
    margin-bottom: 15px;
}
.contact .part-info .info-block .icon i{
    display: inline-block;
    color: #fff;
    font-size: 38px;
}
.contact .part-info .info-block h5{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact .part-info .info-block p{
    color: #fff;
    opacity: 0.9;
}
.contact .part-info .col-md-4:last-child .info-block{
    border-right: 0;
}
.contact .contact-form{
    background: linear-gradient(to right, transparent, rgba(200,200,200,0.1),transparent);
     padding: 30px;
}
.contact .contact-form input,
.contact .contact-form textarea{
    color: #fff;
    background: transparent;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.28);
    margin-bottom: 15px;
    font-size: 12px;
    transition: 0.3s all;

}
.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder{
    color: #fff;

}
.contact .contact-form input:focus,
.contact .contact-form textarea:focus{
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
    
}
.contact .contact-form textarea{
    height: 120px;
}
.footer{
    background-color: #000;
    padding: 80px 0;
}
.footer .copy{
    width: 100%;
    padding-top: 30px;
}
.footer .copy h6{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link{
   color: #fff;
   font-weight: 700;

   letter-spacing: 1px;
   font-size: 14px;
   transition: 0.5s all;

}
.navbar-dark .navbar-nav .nav-link.active{
    background-color: #014F79;
}
.navbar-dark .navbar-nav .nav-link:hover{
    background-color: #014F79;
}
html{
    scroll-behavior: smooth;
}
.navbar{
    padding: 3px 0;
    background:#fff;
    
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.2); 
    transition: 0.5s all;
}
.navbar .navbar-nav li a{
    
    color: rgb(29, 10, 10) !important;
}
.navbar .navbar-toggler span{
    color: #014F79;
}
.navbar .navbar-toggler{
    border: #014F79;
}
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active{
    outline: none;
    box-shadow: none;
}
.logo img{
    width: 150px;
    height: 82px;
    
}

@media only screen and (max-width:991px) {
    .navbar .container{
        max-width: 100%;
    }
    .navbar .navbar-collapse{
        overflow: hidden;
        background: #fff;
        text-align: center;
        padding: 10px 0;
        margin: 10px 0;


    }
}

@media only screen and (max-width:767px){
   
    .banner .caption h4{
      font-size: 16px;
    }
    .banner .caption h2{
        font-size: 35px;
    }
    .banner .caption br p{
        display: none;
    }
    .hire-me h2{
        font-size: 30px;
    }
    .about .part-text .info li{
      width: 50%;
    }
    .part-text{
        padding-bottom: 20%;
    }
    
    .about .part-text h4{
        padding-top: 20px;
    }
    
    .contact .part-info .info-block{
        border: none;
    }
    .xs-md-30{
        margin-bottom: 30px;
    }

}

.txt{
    text-transform:uppercase;
    font-size: 28px;
    font-weight:bolder;
    display: inline;
}
.txtt{
    font-weight: bolder;
    font-weight: 25px;
    text-transform: uppercase;
}
body{
    background-color: #000;
}


article {
  --img-scale: 1.001;
  --title-color: white;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: linear-gradient(71deg, #080509, #1a171c, #080509);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;


}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
article h2 {
  margin: 0 0 18px 0;
  font-family: "Bebas Neue";
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 24px;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #28666e;
}

article a:focus {
  outline: 1px dotted #28666e;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}




*,
*::before,
*::after {
  box-sizing: border-box;
}


.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  background-color: #000;
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}

@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.txtt {
  width: 25ch;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0px;
  font-size: 7em;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

.container .rows{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  grid-gap: 30px;
}
.container .rows .features{
  padding: 25px 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  transition: transform .5s;
  cursor: pointer;
  margin-bottom: 12px;
  
}
.container .rows .features:hover{
  transform: scale(1.03);
  background: #f2f0ef;
}
.container .rows .features h2{
  font-size: 25px;
  margin-bottom: 8px;
}
.container .rows .features i{
  font-size: 40px;
  color: #014F79;
  margin-bottom: 10px;
}
.container .rows .features p{
  text-align: center;
  font-size: 18px;
  color: rgba(87,105,117,0.90);

}
.container .row .card{
   transition: transform .5s;
}
.container .row .card:hover{
  transform: scale(1.1);
}
.mybtn4 {
    border-radius: 20px;
    background: linear-gradient(69.8deg, rgb(25, 49, 108) 2.8%, rgb(1, 179, 201) 97.8%);
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
}
.services{
  width:100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  margin-top: 0px;
  overflow-x: hidden;


}
.s-heading{
  text-align:center;
}
.s-heading h1{
  color:#576975;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
}
.s-heading p{
  color: rgba(87,105,117,0.60);
  font-size: 1rem;
  margin: 5px;
  text-align: center;
}
.s-box-container{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.s-box{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width:300px;
  padding: 20px 25px;
  height: 400px;
  box-sizing: border-box;
  margin: 30px;
  position: relative;
}
.s-box img{
  height: 75px;
}
.s-box h1{
  color:#576975;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-bottom: 8px;
  
}
.s-box p{
  color: rgba(87,105,117,0.90);
  text-align: center;

}
.s-btn{
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border:1px solid rgba(74,144,226,0.50);
  display: flex;
  justify-content: center;
  align-items: center;
  color:#576975;
  margin-top:10px; 
}
.bar{
  width: 100px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  background-color:#4a90e2; 
  border-radius: 0px 0px 10px 10px;
  display: none;
  animation: bar 0.5s;
}
.s-box:hover{
  box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
  transition: all ease 0.3s;
}
.s-btn:hover{
  background-color:#4a90e2;
  border: 1px solid #4a90e2;
  color:#FFFFFF;
  transition: all ease 0.3s;
}
.s-box:hover .bar{
  display: block;
}
@keyframes bar{
  0%{
    width:0px;
  }
  100%{
    width:100px;
  }
}
@media(max-width:1050px){
  .s-box-container{
    flex-wrap: wrap;
    
  } 
  .services{
    height: auto;
  }
  .s-heading{
    margin: 15px;
  }
  .s-box{
    flex-grow: 1;
  }
  
}

