/* your_app/static/your_app/css/styles.css */

/* all navbar related */
/* Custom text color classes */

input {
  border-radius: 25px !important;

  opacity: 80%;
}
select.minimal {
  border-radius: 25px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.makeappointment{
    border-radius: 25px !important;
    width: auto!important;

  opacity: 80%;
  margin-bottom: auto;

}
.appoitmenttable{
  background-color: #1d3058;
  color: white;
}
select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select {
  border-radius: 25px !important;

  opacity: 80%;
}
button {
  border-radius: 25px !important;
  opacity: 80%;
}
.custom-text-color {
  color: #1d3058; /* Change this to your desired custom text color */
}

.navbar-dark .navbar-nav .nav-link.custom-text-color {
  color: #1d3058; /* Change this to your desired custom text color for links */
}
.navbar-dark .navbar-nav .nav-link.custom-text-color:hover {
  color: #9a1e1c; /* Change this to your desired color for hover */
}

.navbar-dark .navbar-nav .nav-link {
  -webkit-tap-highlight-color: white; /* Change this to your desired color for hover */
}
.navbar-brand .row {
  --bs-gutter-y: 2.25rem;

}
.navbar {

  padding-top: 20px; /* Increase top padding */
  padding-bottom: 20px; /* Increase bottom padding */
}
.navbar-dark .navbar-toggler {
  background-color: white; /* Change this to your desired background color */
  color: #1d3058; /* Change this to your desired color for the lines */
  border: 2px solid #1d3058;
  /* Change this to your desired border color */
}

/* size of navebar items */
.navbar-nav .nav-link {
  font-size: 20px; /* Increase font size for the navigation links */
  margin-inline: 13px;
  font-weight: bold;
}

/* logo size control */
.navbar-brand img {
  
  margin-left: 15px;
  max-width: 100px; /* Adjust this value to control the maximum width of the logo */
  height: auto; /* Maintain aspect ratio */
}

/* Company name adjustment */
.headline {
  padding-top: 45px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 15px;

  margin-bottom: 0 !important; /* Adjust this value for spacing between logo and company name */
  padding-bottom: 0 !important; /* Adjust this value for spacing between logo and company name */

  font-size: 30px; /* Adjust font size for the company name */
  font-weight: bold; /* Optionally adjust font weight */
}
.tagline {
  padding-left: 20px !important; /* Adjust this value for spacing between logo and company name */

  font-size: 15px !important; /* Adjust font size for the company name */
  font-weight: bold; /* Optionally adjust font weight */
}
/* Custom styling for the button */
.navbar button {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
  border-radius: 50px;

  background-color: #9a1e1c; /* Change this to your desired color */
  border-color: #9a1e1c; /* Change this to match the background color */
}
.navbar button:hover {
  background-color: #1d3058; /* Change this to the hover color */
  border-color: #1d3058; /* Change this to match the hover background color */
}

/* end nav bar related */

/* Home page related */
.carousel{
    display: flex;
    width: 100%;
}
.carousel-inner {
            display: flex;
            flex-wrap: nowrap;
        }


.carousel-item.active {
            flex: 0 0 calc(100%/5);
            margin-right: auto!important ; 
           display: flex!important;
           align-items: center;
            justify-content: center;
        }
/* .carousel-item.inactive {
            

        } */

.carousel-item img {
            width: 14vw;
            height: auto;
            
        }


        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            opacity: 0.8; 
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5); 
            border-radius: 50%;
            padding: 0px;
        }

        .carousel-control-prev-icon:hover,
        .carousel-control-next-icon:hover {
            background-color: rgba(0, 0, 0, 0.8); 
        }

        .carousel-indicators {
            bottom: -30px; 
        }

.wavy-container {
  position: relative;

  min-height: 110vh;
  /* Adjust padding as needed */
  background-color: #9a1e1cb0; /* Set your desired background color */

  z-index: 0;
}

.svgimage {
  --bs-gutter-x: 0rem;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: 1;
}

.pawimage1 {
  --bs-gutter-x: 0rem;
  position: absolute;
  transform: rotate(330deg);
  left: 12%;
  bottom: 5%;
  opacity: 0.4;

  width: 21%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: -1;
}
.pawimage2 {
  --bs-gutter-x: 0rem;
  position: absolute;
  transform: rotate(30deg);
  left: 37.5%;
  bottom: 55%;

  opacity: 0.4;

  width: 18%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: -1;
}

.h2increase {
  position: relative;
  font-size: 6em;
  font-family: 'Allison', cursive;
  margin-bottom: 0%;
  margin-top: 20%;
}
.h1increase {
  position: relative;
  margin-top: 0%;

  font-size: 5.5em;
  margin-bottom: 7.5vh;
}

.nikimage {
  position: relative;
  min-width: 35vw;
  max-width: 35vw; /* Set the desired width */
  height: auto;
  justify-self: center;
}
.nikaboutusdiv{
  padding-top: 5vw;
  position: relative;
  background-color: #6CA3C4;
  max-height: 85vw;
  align-items: center;
  justify-self: center;
}
.aboutus2 p{
  font-size: large;
  margin-bottom: 5px;
}
.svgimage2 {
  --bs-gutter-x: 0rem;
  position: absolute;
  margin-top: -5px;
  top: 0;
  opacity: 100%;
  left: 0;
  

  width: 100%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: 1;
}
.nikaboutus {
  position: relative;
  max-height: 35vw;
  
  

  justify-self: center;
  z-index: 3;
}
.aboutus2{
  max-width: 70vw;
  padding: 5%;
  

}
.aboutust {
    position: relative;
    font-size: 5em;
    font-family: 'Allison', cursive;
    margin-bottom: 5%;
    
  }

.aboutuspage{
  max-width: 70vw ;
}
.dancingtext {
  font-family: 'Dancing Script', cursive;
}
.kalamtext {
  font-family: 'Kalam', cursive;
}
.out-priority-1 {
  max-width: auto;
}
.out-priority-2 {
  justify-content: center;
  display: flex;
}
.blogthome {
    position: relative;
    font-size: 5em;
    font-family: 'Allison', cursive;
   
    
  }
.wavy-container h2 {
  font-size:28px;
}

.wavy-container button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 10px;
  /* border-radius: 50px; */

  background-color: #9a1e1c; /* Change this to your desired color */
  border-color: #9a1e1c; /* Change this to match the background color */
}
.wavy-container button:hover {
  background-color: #1d3058; /* Change this to the hover color */
  border-color: #1d3058; /* Change this to match the hover background color */
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.sets{
  
  min-width: 12vw;
  margin-inline: 4vw;
}
.ourservices{
    position: relative;
    font-size: 5em;
    font-family: 'Allison', cursive;

}
.howtobook {
  max-width: 65vw;
}
.howtobook01{
  align-self:start;
  margin-left: -20px;
  max-width: 80px;  
}
.howtobook02{
  align-self:start;
  margin-left: 20px;
  max-width: 80px;  
}
.howtobook03{
  align-self:start;
  margin-left: 40px;
  max-width: 80px;  
}


.howtobookdiv p{
  margin-top: -10px!important;
  margin-bottom: 0!important;
  font-size: large;
   line-height: 1.5;
}
.howtobookdiv .p2{
  margin-top: 0px!important;
  margin-bottom: 0!important;
  font-size: large;
   line-height: 1.5;
}
.howtobookdiv h3{
 margin-bottom: 0!important;
}
.howtobookimg {
  position: relative;
  max-height: 33vw;
  
  
  
}

.pawimage3 {
  --bs-gutter-x: 0rem;
  position: absolute;
  transform: rotate(330deg);
  left: 12%;
  bottom: 5%;
  opacity: 0.4;

  width: 21%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: 2;
}
.pawimage4 {
  --bs-gutter-x: 0rem;
  position: absolute;
  transform: rotate(30deg);
  left: 23%;
  bottom: 45%;

  opacity: 0.4;

  width: 18%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: 1;
}
.booknow{
  position: relative;
  z-index: 4;
}
.editpet{
  position :absolute;
  top: 8px;
  right: 8px;
}
.deletepet{
  position :absolute;

  top: 8px;
  right: 35px;
}
.welcomefooter{
  background-color: #fff;
  width: fit-content;
}
.welcomefooter img{
  max-width: 100px; /* Adjust this value to control the maximum width of the logo */
  height: auto;

}
.logo{
  max-width: 100px;
}
.welcomefooter .headline{
  padding-top: 0!important
}
.welcomefooter .headline{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;

}
/* Nabar phone */
@media (max-width: 768px) {
  .carousel{
    display: flex;
    width: 100%;
}
.carousel-inner {
            display: flex;
            flex-wrap: nowrap;
        }


.carousel-item.active {
            flex: 0 0 100%;
              width: 100%;
            margin-right: auto!important ; 
           display: flex!important;
           align-items: center;
            justify-content: center}

  .carousel-item img {
            width: 60vw;
            height: auto;
            
        }


        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            opacity: 0.8; 
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5); 
            border-radius: 50%;
            padding: 0px;
        }

        .carousel-control-prev-icon:hover,
        .carousel-control-next-icon:hover {
            background-color: rgba(0, 0, 0, 0.8); 
        }

        .carousel-indicators {
            bottom: -30px; 
        }
  /* Adjust the size of the logo for mobile screens */
  .navbar-brand img {
    max-width: 80px; /* Reduce logo size for smaller screens */
    height: auto;
  }

  /* Adjust the font size of the company name for mobile screens */
  .navbar-brand span {
    font-size: 16px; /* Reduce font size for smaller screens */
  }

  .navbar-dark .navbar-toggler {
    justify-content: flex-end;
    background-color: #1d3058; /* Change this to your desired background color */
    color: #1d3058; /* Change this to your desired color for the lines */
    border: 2px solid #1d3058; /* Change this to your desired border color */ /* Change this to your desired border color */
  }

  body .out-priority-1 {
    max-width: auto !important;
    justify-content: center;
  }
  .out-priorit.about-us {
    display: flex;
    max-width: auto;
    justify-content: center;
  }
  .out-priorit-2 {
    display: flex;
    max-width: auto;
    justify-content: center;
  }
  .nikimage {
    position: relative;
    display: flex;
    max-width: 85vw; /* Set the desired width */
    height: auto;
    justify-content: center;
  }

  .h2increase {
    position: relative;
    font-size: 4em;
    font-family: 'Allison', cursive;
    margin-bottom: 0%;
    margin-top: 30%;
  }
  .h1increase {
    position: relative;
    margin-top: 0%;

    font-size: 3.5em;
    margin-bottom: 4.5vh;
  }
  .ourservices{
    position: relative;
    font-size: 4em;
    font-family: 'Allison', cursive;
  }
  .wavy-container {
    position: relative;

    min-height: auto;
    /* Adjust padding as needed */
    background-color: #9a1e1cb0; /* Set your desired background color */

    z-index: 0;
  }
  .pawimage1 {
    visibility: hidden;
    --bs-gutter-x: 0rem;
    position: absolute;
    transform: rotate(330deg);
    left: 12%;
    bottom: 5%;
    opacity: 0.4;

    width: 50%; /* Make the SVG image span the entire width of the column */
    height: auto; /* Maintain aspect ratio */
    z-index: -1;
  }
  .pawimage2 {
    --bs-gutter-x: 0rem;
    position: absolute;
    transform: rotate(30deg);
    left: 37.5%;
    bottom: 55%;

    opacity: 0.4;

    width: 50%; /* Make the SVG image span the entire width of the column */
    height: auto; /* Maintain aspect ratio */
    z-index: -1;
  }
  .headline {
  padding-top: 42px;
  margin-left: 15px;
  padding-left: 15px;

  margin-bottom: 0 !important; /* Adjust this value for spacing between logo and company name */
  padding-bottom: 0 !important; /* Adjust this value for spacing between logo and company name */

  font-size: 20px!important; /* Adjust font size for the company name */
  font-weight: bold; /* Optionally adjust font weight */
}
.tagline {
  padding-left: 20px !important; /* Adjust this value for spacing between logo and company name */

  font-size: 10px !important; /* Adjust font size for the company name */
  font-weight: bold; /* Optionally adjust font weight */
}
.appoitmentssection{
  max-width: 100vw; /* Set the maximum width equal to the viewport width */
  overflow-y: scroll;
  

}
.appoitmentssection::-webkit-scrollbar {
  height: 20px; /* Adjust as needed */
}

/* Set the height and color of the scrollbar thumb */
.appoitmentssection::-webkit-scrollbar-thumb {
    background-color: #888; /* Adjust as needed */
     /* Adjust as needed */
}
.appoitmentssection::-webkit-scrollbar-button:horizontal:start {
    background-color: #ccc; /* Color of the top arrow button */
}

/* Styling the scrollbar buttons on the bottom track */
.appoitmentssection::-webkit-scrollbar-button:horizontal:end {
    background-color: #ccc; /* Color of the bottom arrow button */
}
.sets{
  max-width: 36vw;
  margin-inline: auto;
}

.nikaboutusdiv{
  max-height: none;
  
  align-items: center;
  justify-content: center;
}
.pawimage4 {
  --bs-gutter-x: 0rem;
  position: absolute;
  transform: rotate(-30deg);
  left: 0%!important;
  bottom: 50%;

  opacity: 0.3;

  width: 40%; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: 1;
}
.nikaboutus {
  position: relative;
  min-height: 85vw;
  max-height: auto!important;
  
  

  justify-self: center;
  z-index: 3;
}
.howtobookimgdiv{
  width: 100%;
}
.howtobookimg {
  position: relative;
  margin-inline: auto;
  min-height: 70vw;
  max-height: auto!important;

  justify-self: center;

  justify-content: center;
}
.aboutus2{

  position: relative;
  max-width: none;
    padding: none;
 
  

}
.blogthome {
    position: relative;
    font-size: 4em;
    font-family: 'Allison', cursive;
   
    
  }
.aboutust {
    position: relative;
    font-size: 4em;
    font-family: 'Allison', cursive;
    margin-bottom: 5%;
    
  }

  /* how to book section */
  .howtobook01{
  justify-content: center;;
  align-self: center!important;
  margin-left: 0;
  max-width: 80px;  
}
.howtobook02{
    justify-content: center;
    align-self: center!important;

  margin-left: 0;
  max-width: 80px;  

}
.howtobook03{
     justify-content: center;
align-self: center!important;

  margin-left: 0;
  max-width: 80px;  
}
.howtobook {
  max-width: 90vw!important;
  

  margin: auto;
}

.howtobookdiv p{
  margin-top: 0px!important;
  margin-left: -10px;

  margin-bottom: 0!important;
   line-height: 1.5;
   font-size: smaller;
}
.howtobookdiv .p2{
  margin-top: 0px!important;
  margin-left: -10px;

  margin-bottom: 0!important;
   line-height: 1.5;
   font-size: smaller;
}
}
.howtobookdiv h3{
 margin-bottom: 0!important;
 margin-left: -10px;
 font-size: larger;
}


  
/* Cu
  .navbar button {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 20px;
    border-radius: 50px;
    color: #9a1e1c;
    font-weight: bold;

    background-color: white; /* Change this to your desired color */
    /* border-color: White; /* Change this to match the background color */
   */
}
.justify-text {
  text-align: justify;
}

.landing-bg-container2 {
  position: relative;

  min-height: 100vh;
  /* Adjust padding as needed */
  background-color: white; /* Set your desired background color */

  z-index: 0;
}

.bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center bottom;
  z-index: -3;
}

.bgimgprofile {
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('{% static 'images/profile.jpg'%}');
  background-size: cover;
  background-position: center bottom;
  z-index: -3;
}
@media screen and (min-height: 100vh) {
  .bgimgprofile {
    height: auto;
    min-height: 100vh;
    background-repeat: repeat-y;
  }
}
.mobile-image,
.desktop-image {
  display: none; /* Hide both images by default */
}
/* Mobile styles */

.rside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15vw;
  height: auto;
}
.lside {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15vw;
  height: auto;
}
.login-div1 {
  position: relative;

  min-height: 15vh;
  /* Adjust padding as needed */
  background-color: #9a1e1cb0; /* Set your desired background color */

  z-index: 0;
}
.login-div2 {
  position: relative;

  min-height: 100vh;
  max-width: 100%;

  /* Adjust padding as needed */
  /* Set your desired background color */

  z-index: 0;
}
.login-div3 {
  position: relative;

  min-height: 93.5vh;
  max-width: 100%;

  /* Adjust padding as needed */
  /* Set your desired background color */

  z-index: 0;
}

.loginpaw {
  --bs-gutter-x: 0rem;
  position: absolute;
  transform: rotate(330deg);
  left: 12%;
  bottom: 40%;
  opacity: 0.4;

  width: 8% !important; /* Make the SVG image span the entire width of the column */
  height: auto; /* Maintain aspect ratio */
  z-index: -1;
}

.logintext {
  font-size: 5.5em;
  font-family: 'Kalam', cursive;
}
.informationtext {
  font-size: 4.5em;
  font-family: 'Kalam', cursive;
}

.btn-login {
  min-width: 100%;
  margin-top: 5px;
}

/* Footer section */
.footer {
  min-height: 40vh; /* Minimum height of 70% of the viewport height */

  background-color: #1d3058;
  align-items: center;
  color: #fff;
}

.column {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.about-us {
  flex: 2;
  font-size: 18px;

  text-align: center; /* Center align the first column */
}

.column h3 {
  font-size: 1.5rem;
}

.column p {
  font-size: 1rem;
  margin: 0;
}

.column.image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .mobile-image {
    display: block; /* Show the mobile image on small screens */
  }
  .logintext {
    font-size: 3em;
    font-family: 'Kalam', cursive;
  }
  .informationtext {
    font-size: 3em;
    font-family: 'Kalam', cursive;
  }
}

/* Desktop styles */
@media (min-width: 769px) {
  .desktop-image {
    display: block; /* Show the desktop image on larger screens */
  }
}

.card {
  border: 1.5px solid black!important;
  width: 17rem;
  max-height: 350px;
  margin-top: 10px;
}
.profile {
  margin-top: 15vh;
  position: relative;
  min-height: auto;
}



.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.icon-clickable {
  cursor: pointer;
}
.card-head{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.pet-image {
  
  width: 150px; /* Adjust the size of your image */
  height: 150px;
  border-radius: 50%;
  border: 1px solid #1d3058;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 75vh;
    overflow-y: auto;
}

li {
 white-space: none!important;
}

.informationtextma {
  font-size: 3rem;
  font-family: 'Kalam', cursive;
}
.modal-content {
  height:95%
}
.cropperImageField .placeholder {
  background-color: rgba(0,0,0,0)!important ;
  width: auto!important;
}


#posts {
  min-width: 20vw!important;
  width: 20vw!important;
  border: none!important;

}
#posts .card-img-top{
  height: 250px;
  width: 17vw;
  margin: auto;
  border-radius: 25px !important;

}
#posts h5{
  font-size: 100%!important;
  text-align: center;
  color:#1d3058!important;
  text-decoration: none!important;


}
#posts a{
  
  color: #1d3058!important;
  text-decoration: none!important;


}
#posts .author{
  font-size: 80%!important;
  position: absolute;
  bottom: 0;
  left: 0;

}
#posts .date{
  font-size: 80%!important;
  position: absolute;
  bottom: 0;
  right: 0;


}
#blog{
  font-size: 20px!important;
  text-align: center;
  

}
@media (max-width: 768px) {
  #posts {
  min-width: 80vw!important;
  width: 80vw!important;
  border: none!important;

}
#posts .card-img-top{
  height: 250px;
  width: 75vw;
  margin: auto;
  border-radius: 25px !important;
}

}