@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=DM+Serif+Display&family=Dancing+Script:wght@500&family=Diphylleia&family=Heebo:wght@500&family=Inter&family=Josefin+Sans&family=Jost&family=PT+Serif&display=swap');


.header 
{
    background-color: rgb(7, 7, 99);
    padding: 15px ;
    color: white;
    font-weight: bold;
}
#top-iso 
{
  width: 80px;
}

#top-iso img 
{
  border-radius: 100%;
}

.navbar-brand 
{
    width: 150px;
    margin-left: 20px;
}
.navbar-nav .nav-item .nav-link
{
  text-align: center;
}
.navbar .navbar-toggler
{
  border: none;
}
.navbar-nav .nav-item .nav-link:hover
{
    background-color: rgb(7, 7, 99) ;
    padding: 8px;
    color: white;
    border-radius: 2px;
}
.myswiper 
 {
    width: 100%;
    height: 100%;
    --swiper-pagination-color: white;
    --swiper-navigation-color: rgb(109, 106, 106);
    --swiper-navigation-size:30px;
  }

  .myswiper swiper-slide {
   
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .myswiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    .myswiper swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
  }

  .about
  {
    font-family: 'Inter', sans-serif;

  }
  .about h4 
  {
    color: rgb(7, 7, 99) ;
  }
  .about h5
  {
    color: rgb(7, 7, 99) ;
    text-align: center;
    font-weight: bold;
  }

  .about .abt-img 
  {
    width: 200px;
  }
  .about .abt-img img 
  {
    border-radius: 100%;
    border: 5px solid rgb(222, 215, 215);

  }
  .about p 
  {
    font-size: 0.9rem;
  }

  .footer 
  {
    background-color:rgb(7, 7, 99) ;
    padding: 10px;
  }

  .footer p a 
  {
    text-decoration: none;
    color: white;
    font-weight: bold;
  }
  
  .footer p
  {
    color: white;
    font-weight: bold;
  }
  .footer .dev p 
  {
    font-size: 10px;
    font-weight: 300;
  }
  .footer .dev p span a
  {
    font-size: 13px;
    font-weight: 500;
  }
  .slash::before
  {
    content: '|';
    padding-right: 15px;
  }





@media (max-width:360px)
{
    .header .phone p, .header .mail p
    {
        font-size: 4dvw;
    }
}
@media (max-width:767px)
{
    
}
@media (max-width:991px)
{

}
@media (min-width:991px)
{
    .header .phone, .header .mail 
    {
        font-size: 1rem;
    }
}


 /* form */

 .enquiry
 {
   background-image: url(contactbg.jpg);
   background-position: center;
   background-attachment: fixed;
   background-size: cover;
 }

 .form {
   display: flex;
   flex-direction: column;
   gap: 10px;
   max-width: 350px;
   background-color: #ffffff00;
   padding: 20px;
   border-radius: 20px;
   position: relative;
 }
 .title span 
 {
    font-size: 22px;
    padding-right: 5px;
    margin-top: 8px
 }
 
 .title {
   font-size: 28px;
   color: rgb(7, 7, 99);
   letter-spacing: 1px;
   position: relative;
   display: flex;
   align-items: center;
   border-radius: 8px;
 }
 

 .flex {
   display: flex;
   width: 100%;
   gap: 6px;
 }
 
 .form label {
   position: relative;
 }
 
 .form label .input {
   width: 100%;
   padding: 10px 10px 20px 10px;
   outline: 0;
   border: 1px solid rgba(105, 105, 105, 0.397);
   border-radius: 10px;
 }
 
 .form label .input + span {
   position: absolute;
   left: 10px;
   top: 15px;
   color: grey;
   font-size: 0.9em;
   cursor: text;
   transition: 0.3s ease;
 }
 
 .form label .input:placeholder-shown + span {
   top: 15px;
   font-size: 0.9em;
 }
 
 .form label .input:focus + span,.form label .input:valid + span {
   top: 30px;
   font-size: 0.7em;
   font-weight: 600;
 }
 
 .form label .input:valid + span {
   color: green;
 }
 
 .submit {
   border: none;
   outline: none;
   padding: 10px;
   background-color: green;
   border-radius: 10px;
   color: #fff;
   font-size: 16px;
   transform: .3s ease;
 }
 
 .submit:hover {
   background-color: black;
 }
 
 @keyframes pulse {
   from {
     transform: scale(0.9);
     opacity: 1;
   }
 
   to {
     transform: scale(1.8);
     opacity: 0;
   }
 }

 #con-ttl 
 {
    color: rgb(7, 7, 99);
 }

 #cap-h 
 {
    color: rgb(7, 7, 99);
    font-size: 1.1rem;
 }
 
 .det1 h5 
 {
    color: rgb(7, 7, 99);
 }

 .det-img 
 {

  max-width:  300px;
  max-height: 300px;
 }

 .cert-title 
 {
  color: rgb(162, 115, 13);
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;

}
 
 .det1 #mail a 
 {
    text-decoration: none;
 }

 .con-f 
 {
    font-size: 0.9rem;
 }


 /* products */

 .p-btn button{
  border: 1px solid rgb(7, 7, 99);
  padding: 8px;
  color: rgb(7, 7, 99);
  background-color: transparent;
 }
 
.products h3
{
  color: rgb(7, 7, 99);
}

 .card .card-title 
 {
    color: brown;
 }
 .card .card-text
 {
    font-weight: 300;
 }

 .card .card-text li::before
 {
    content: "\25B6";
    padding-right: 5px;
    font-size: 14px;
 }

/* about */

.sep-about
{
  font-family: 'Inter', sans-serif;
}

.sep-about h5 
{
  color: rgb(7, 7, 99);
  font-weight: bold;
}

.sep-about p, .sep-about ul li 
{
  font-size: 0.9rem;
}
.md-img 
{
  width: 200px;
}
.md-img img
{
  border-radius: 20%;

}
.quote .quote-img 
{
  width: 50px;
}

/* gallery */

.gallery h3
{
  color: rgb(7, 7, 99);
}
