*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}
:root{
    --primary-color: #0881C3;
    --color: #1F1966;
    --color2: #fff;
}
.navbar{
    background-color: var(--color2) !important;
}
.navbar-brand h1{
    font-weight: 900;
    color: var(--primary-color);
}
.navbar-brand h1 span{
    color: var(--color);
}
.nav_btn{
    background-color: var(--color);
    color: var(--color2);
}

header{
    background-color: var(--color);
}

.home_banner{
    height: 520px;
}
.home_banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 400px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.4em;
    background-color: rgba(57, 129, 235, 0.5);
    border-radius: 25px;
    transition: .4s ease-in-out;
  }

  #heading {
    text-align: center;
    margin: 1em 0 0.6em 0;
    color: rgb(255, 255, 255);
    font-size: 1.4em;
  }
  
  .field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    border-radius: 25px;
    padding: 0.4em;
    border: none;
    outline: none;
    color: white;
    background-color: var(--color2);
    box-shadow: inset 2px 5px 10px rgb(255, 255, 255);
  }
  
  .input-icon {
    height: 1.3em;
    width: 1.3em;
    fill: white;
  }
  
  .input-field {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: #6a6a6a;
  }
  
  .form .btn {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 2.5em;
  }
  
  .button3 {
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: .4s ease-in-out;
    background-color: var(--color);
    color: white;
  }

  .home_banner_content h1{
    font-size: clamp(2rem, 5vw, 3.3rem);;
    line-height: 65px;
  }
  .category_card{
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .category_card::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: rgba(8, 129, 195, 0.6);
    border: 4px solid var(--color);
  }
  .category_card_content h4{
    color: var(--color2);
  }

  .property-section{
    background-color: #dee2e4;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fearure-content{
    display: flex;
    flex-direction: column;
    padding: 50px 10px 15px;
    background: linear-gradient(0deg, #00072d, transparent);
}
.animeties-box {
    border: 1.6px dotted var(--color);
}
.animeties-box .col-8:first-of-type{
    border-right: 1.6px dotted var(--color);
}
.tag-1{
    font-size: 13px;
    background-color: #FF9100;
    padding: 2px 4px;
}
.tag-2{
    font-size: 13px;
    background-color: #2ECC71;
    padding: 2px 4px;
}
.arrow{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
     transition: all 0.3s ease;
}
.listing-hover-card{
    height: 260px;
}
.listing-hover-card img{
   width: 100%;
   height: 100%;
}
.listing-hover-card:hover .arrow{
    opacity: 1;
}
.listing-hover-card:hover .arrow i{
    transform: rotate(90deg);

}
.listing-section .card,
.listin-page .card{

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.listing-banner{
    height: 300px;
    
}
.listing-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57, 129, 235, 0.9);
}
.listing-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-card{
    height: 280px;
    border-radius: 10px;
    border: 2px solid rgba(208,232,241,1);
    box-shadow: -11px 13px 5px 0px rgba(208,232,241,1);
    cursor: pointer;
}
.work-card i{
    background-color: rgb(219, 236, 242);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-card p{
    color: grey;
    font-size: 14px;
}
.work-card:hover{
    background-color: #0A2472;
    color: #fff;
}
.work-card:hover p{
    color: #fff;
}
.brands .card{
    height: 100px;
    padding: 10px;
}
.footer-bottom{
    background-color: #000523;
}
.social-icons{
    background-color: #1b2455;
    padding: 8px;
    border-radius: 4px;
}
.modal-body,
.modal-content{
    padding: 0;
    border-radius: 25px;
}
.schedule_btn_box{
    z-index: 9999;
}
.schedule_btn{
   
   writing-mode: vertical-lr;
   border-radius:  0px 5px 5px 0px;
   background-color: var(--color);
   color: var(--color2);
   border: 0;
   letter-spacing: 2px;
   font-size: 18px;
   font-weight: 600;
}
.schedule_btn2{
    background-color: #00D757;
}
.small-text{
    font-size: 13px;
}
.swiper-button-next, .swiper-button-prev{
    top: -2%;
    z-index: 999;
    width: 40px !important;
    height: 40px !important;
    background-color: #000;
    border-radius: 50%;
}
.swiper-button-prev{
    left: 90%;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 18px !important;
    color: #fff !important;
}
.primium-section span{
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .testimonial p{
        width: 80%;
        margin: auto;
    }
    .category_card{
        width: 240px;
        height: 200px;
        
      }
      .category_card::before{
        content: "";
        width: 240px;
        height: 200px;
      }
     
}
@media screen and (max-width: 990px) {
    .home_banner{
        min-height: 700px;
    }
    .home_banner_content h1 {
        line-height: 50px;
    }
    .category_card{
        width: 100%;
    }
    .category_card::before{
        width: 100%;
    }
    .swiper-button-prev{
        left: 76%;
    }
}
