@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond&family=Heebo:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Lato&family=Poppins&family=Quicksand:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');

html body 
{
    font-family: "Inter", sans-serif;
}


  
.whatsapp-icon {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .sm-icons a
  {
    font-size:25px ;
  }
  .sm-icons .wats
  {
    background-color: green;
  }
    .navbar
  {
    background-color: #e5f0fa;
  }
  .navbar .nav-item .nav-link 
  {
      font-size:16px;
      color: black;
  }
  .navbar .nav-item:hover 
  {
      background-color: orange;
  }
  
  .navbar .navbar-brand 
  {
    width:180px;
  }
   .navbar .navbar-brand img
  {
    border-radius: 8px;
  }
  .navbar .nav-item:hover .nav-link
  {
      color: white;
  }
  .navbar .navbar-toggler 
  {
      border: none;
  }
  
  @media (max-width:991px)
  {
  
    .navbar .offcanvas
  {
  background-color: #efefef;
  border-left: 1px solid rgb(255, 255, 255);
  
  }
  
  .navbar .offcanvas-body .nav-item 
  {   background-color: white;
      padding: 8px;
      margin: 5px;
      border-radius: 5px;
  }
  
  .navbar .offcanvas-body .nav-item .nav-link 
  {
  color: rgb(14, 3, 94);
  font-weight: bold;
  display: inline-block;
  
  }
   
  }

.myswiper  {

    width: 100%;
    height: 100;
    --swiper-pagination-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
    }
    
    .myswiper swiper-slide {
    font-size: 18px;
    background-color: rgb(5, 5, 58);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    font-family: "Inter", sans-serif;
    text-align: center;
    padding: 2px;
    }
    
    .myswiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .myswiper swiper-slide .absbtn button
    {
    background-color: orange;
    padding: 10px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    }
    .myswiper swiper-slide .swipe-cap h1
    {
    color: white;
    font-weight: bold;
    }
    
    .myswiper swiper-slide .sub-ttl
    {
    color: white;
    }
    
    
    @media (max-width:767px) {
        
        .myswiper swiper-slide 
        {
    height:100%;
            justify-content: start;
            text-align: start;
        }
      }
    
    
    
    
    .services h3 
    {
        color: #01014D;
    }
      .services .card
      {
        background-color: white;
        width: 22rem;
        padding: 10px;
        text-align: center;
        border: none;
      }
      .services .ser-cat 
      {
        /* background-color: #353a69; */
      }
      .services .card h4
      {
        color: #01014D;
    font-size:20px;
    font-weight:bold;
      }
      .services .card hr 
      {
        border-style: dotted;
      }
      .services .card p, .bank p, .enquiry #cap {
        color: #3f3f3f;
      }
      .services .card button 
      {
        background-color:transparent ;
        border: 1px solid rgb(0, 0, 0);
        padding: 8px;
      color: rgb(0, 0, 0);
      }


      /* portfolio */

      .portfolio 
      {
    background-color: orange; 
    color: rgb(255, 255, 255);
     }
    
      .portfolio .port-item 
      {
        width: 200px;
        padding: 10px;
        border-radius: 4px;
      }
    
    .portfolio  h5 
    {
    color:white;
    }

    /* projects */

    .projects .proj-title h2 
    {
        color: #01014D;
    }

    .projects .p-item img,.projects .p-item video
    {
      width: 300px;
    }

    /* choose */

    .choose 
  {
    font-family: "Inter", sans-serif;
    background-color: #01014d;
  }

  .choose .choose-title h3
  {
    color:#ffffff ;
    font-size: 22px;

  }

  .choose .chose 
  {
    width: 22rem;
    text-align: center;
    background-color: white;
    border-radius: 8px;
  }



  .choose .chose h4
  {
    padding: 12px;
    background-color: orange;
    font-size: 18px;
color:white;
  }
  .choose .chose p 
  {
    color: #3f3f3f;
  }

  .choose .chose button 
  {
    background-color: transparent;
    border: 1px solid;
    padding: 8px;
  }

  .choose .chose hr 
  {
    border-style: dotted;
  }

  /* testimonials */

  .testimonial 
  {
    background-color: #d7ecff;
background-attachment: fixed;
background-size: cover;
  }

  .testimonial .testi-title 
  {
    color: #01014D;
  }

  .rev-swiper {
    width: 100%;
    height: 100%;
    --swiper-pagination-color: rgb(0, 0, 0);
    --swiper-navigation-color: rgb(0, 0, 0);
    --swiper-navigation-size: 15px;
  }

  .rev-swiper swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rev-swiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonial .user-img img
  {
    width: 180px;
    border-radius: 100%;
  }

  .testimonial .review 
  {
    color: rgb(25, 3, 85);
  }

  /* form */

  


  .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff00;
   border-radius: 20px;
    position: relative;
  }
  
  .title {
    font-size: 22px;
    color:rgb(11, 5, 77);
    font-weight: 600;
    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 {
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #03071e;
    border: none;
    outline: none;
    color: white;
  }


      /* contact */

      #contact 
  {
    background-color:  rgb(5, 5, 58) ;

font-family: "Inter", sans-serif;
}
  #contact h4 
  {
    color: orange;
  }

  #contact p 
  {
    color: rgb(251, 251, 251); 
  }

  #contact li a ,  #contact li
  {
    text-decoration: none;
    color: rgb(255, 255, 255) ;
  }

  #contact hr 
  {
    width: 70px;
    border: solid #ffffff;
  }


    