*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
} 

 /* nav-bar section */

#logo{
    height: 60px;
}
.navbar{
    background-color: #D9AFD9;
background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);

}
.navbar-brand{
    
    font-size: x-large;
    font-weight: bolder;
   
    margin-left: 40px;
}

.nav-item a{
    
    border: 1px solid rgb(0, 0, 0);
    padding: 10px;
    margin-right: 7px;
    border-radius: 5px;
    
  }
  .nav-item a:hover{
    transform: scale(1.1);
    transition: all .5s;
    color: rgb(22, 21, 21) !important;
    background-color: rgb(22, 209, 119);
    box-shadow: black 0px 5px 15px;
  }

  /* main part */

#district-heading{
    text-align: center;
}
.kerala>h2{
   margin-top: 10px;
   margin-bottom: 2px;

}
.kerala>h2:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.5s;
    text-shadow: salmon 0px 5px 15px;

}
.kerala>p{
    text-align: justify;
    margin-top: 10px;
    
}
.card{
    display: flex;
    height: 100%;
    width: 100%;
   
}
/* footer section */

  .footer{
    font-size: medium;
    background-color: black;
    color: antiquewhite;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
  }
  /* main part cards */

  .img{
    border-bottom: 10PX;
    height: 150px;
    width: 250px;
    border-radius: 5px;
  
  }
  .img:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: all .5s;
    color: rgb(22, 21, 21) !important;
    box-shadow: black 0px 5px 15px;
  }

  /* about-us */

  .about-us >h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 30px; 
    font-weight: bold;

  }
  .about-us >h3:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.5s;
    text-shadow: salmon 0px 5px 15px;
  }
  .about-us >p{
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .index-style{
    padding-bottom: 0px;
     background-color: #D9AFD9;
    background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);
  }
/* signup */

  .bg-image{
    background-size: cover;
    opacity: 100px;
  }
  .sign-up{
    background-color: #D9AFD9;
    background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);
    height: 550PX;
    width: 350px;
    margin-top: 39px;
    /* padding-left: 15px; */
    /* padding-right: 4px; */
    border: 2px solid;
    border-radius: 5px;
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
  }

  .sign-up-heading{
    text-decoration: underline;
 }


 /* sign-in */

  .sign-in{
    padding-top: 30px;
    background-color: #D9AFD9;
    background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);      
    height: 420PX;
    width: 350px;
    margin-top:40px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    border: 2px solid ;
    border-radius: 5px;   
  }

  .sign-in-heading{
    text-decoration: underline;
 }


 /* district cards */

 .district-heading{
  background-color: #97D9E1;
  
  margin-bottom: 0px;
  padding: 25px 5px 5px 5px;
  font-size: px; 
  font-weight: bold;
   }
  .district-heading:hover{
    
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.5s;
    text-shadow: salmon 0px 5px 15px;

   }

   .district-background{
    background-color: #D9AFD9;
    background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);
   }


   .places{
    height: 100px;
    width: 500px;
    align-items: center;
    margin-left: 100px; 
    margin-bottom: 80px;
    padding-bottom: 10px;
   }


   #dist-car{
    height: 600px;
   }

  
   #places{
    height: 350px;
    width: 500px;
   }


   #places:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.5s;
   }


   svg {
    background-color: #97D9E1;
    font-family: 'Russo One', sans-serif;
    position: left; 
    width: 100%;
    height: 200px;
    margin-bottom: -105px;     
  }

  svg text {
    text-transform: uppercase;
    animation: stroke 3s ;
    stroke-width: 1px;
    stroke: #000000;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 1px;    
  }


  @keyframes stroke {
    0%   {
      fill: rgba(35, 35, 188, 0); stroke: rgb(206, 7, 157);
      stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
    }
    70%  {fill: rgba(108, 195, 43, 0); stroke: rgb(73, 33, 174); }
    80%  {fill: rgba(72,138,20,0); stroke: rgb(16, 48, 98); stroke-width: 3; }
    100% {
      fill: rgb(26, 56, 84); stroke: rgba(38, 116, 234, 0); 
      stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
    }
  }


#d-head{
 text-decoration: none;
  color: #000000;
}

 #dist-card{
    margin-right: 10px;
    align-items: center;
 }
 
  #tourist-place{
    height: 600px;
    width: 700px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: 70px;
  }



  
 
 
  