/*
main colors
color: rgba(28, 143, 150, 1);
color: rgba(252, 191, 1, 1);
color: rgba(255, 189, 89, 1); 
*/

body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
  }
.orange-hover{
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    cursor: pointer; 
}
.orange-hover{
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.orange-hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 189, 89, 1);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
.orange-hover:hover::before{
    transform-origin: left;
    transform: scaleX(1);
  }

/* Call line CSS */
.contact-line {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(28, 143, 150, 0.7);
}
.contact-container{
    padding: 5px 12px 0 12px;
    margin: 0 5px 0 5px;
    max-width: 1400px;
}
.contact-container2{
    margin: 0 5px 0 5px;
}
.contact-container p{
    margin: 0 5px 0 0;
    color: rgba(28, 143, 150, 1);
}
.contact-container i{
   font-size: 18px;
   margin-right: 5px;
}
.contact-button2 i{
    padding-top: 3px;
}

/* Call line END CSS  */
.navbar {
    background-color: rgba(255, 255, 255, 0.85) !important;
    margin: 0 12px 0 12px;
    padding: 0;
    padding-top: 5px;
}
.navbar-collapse {
    justify-content: center;
}

.navbar-collapse.collapsing a, .navbar-collapse.show a {
    padding: 0px;
}
.container-fluid {
    max-width: 1400px;
}

.nav-link {
    font-weight: 600;
    color: rgba(28, 143, 150, 1);
}

.nav-item .nav-link.active, .nav-link:hover {
    color: rgba(255, 189, 89, 1);
}

.nav-link::after {
    color: rgba(255, 189, 89, 1);
}

.navbar-toggler{
    padding: 2px 4px;
    margin: 5px 0;
}

.socialmedia-icon {
    margin: 5px;
    font-size: 32px;
    color: black;
}

.socialmedia-icon::before {
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 50%;
    background: white;
    transition: .5s;
    transform: scale(1);
    z-index: -1;
  }

  
.socialmedia-icon:hover::before {
    transform: scale(1.5);
    background-color: rgba(255, 189, 89, 0.5);
    box-shadow: 0 0 15px rgba(255, 189, 89, 1);
}
  
.socialmedia-icon:hover {
    border-radius: 50%;
    color: rgba(28, 143, 150, 1);
    box-shadow: 0 0 15px rgba(255, 189, 89, 1);
    text-shadow: 0 0 15px rgba(255, 189, 89, 1);
}
/* End Navbar CSS */

/* Intro CSS  */
.intro {
    width: auto;
}

.carousel-item img {
    object-fit: cover;
    opacity: 0.4;
    max-height: 700px;
    
}
.carousel-control-prev-icon {
    margin: 4px 2px 0 0;
}
.carousel-control-next-icon {
    margin: 4px 0 0 2px;

}
.carousel-control-button {
    border-radius: 50%;
    background-color: rgba(28, 143, 150, 0.8);
    width: 40px;
    height: 40px;
    
}


/* End Intro CSS  */


/* Infocard CSS  */

.infocard {
    margin-top: -6rem !important;
}
@media screen and (max-width: 576px) {
   .infocard {
        margin-top: 1rem !important;
   } 
}

.card h5{
    font-weight: 600;
    font-size: 24px;
}

.card h6{
    font-size: 12px;
}

.card-template1::before {
    top: 0;
    left: 0;
    background: white;
    transition: .5s;
    transform: scale(1);
    z-index: -1;
  }

  
.card-template1:hover::before {
    transform: scale(1.5);
    background-color: rgba(255, 189, 89, 0.5);
    box-shadow: 0 0 25px rgba(255, 189, 89, 1);
}
  
.card-template1:hover {
    box-shadow: 0 0 25px rgba(255, 189, 89, 1);
    text-shadow: 0 0 25px rgba(255, 189, 89, 1);
}
 
.infocard .card {
    background-color: rgba(255, 189, 89, 1);
    margin: 5px;
}


.doctor-info{
    background-color: rgba(28, 143, 150, 1);
    border-radius: 5px;
    border-color: #ffffff;
    color: rgba(255, 189, 89, 1);
}

.doctor-info::before {
    top: 0;
    left: 0;
    transition: .5s;
    transform: scale(1);
    z-index: -1;
  }

.doctor-info:hover::before {
    transform: scale(1.5);
    color: rgba(255, 189, 89, 1);
    box-shadow: 0 0 25px rgba(28, 143, 150, 1);
}
  
.doctor-info:hover {
    color: rgba(255, 189, 89, 1);
    background-color: rgba(28, 143, 150, 1);
    box-shadow: 0 0 25px rgba(28, 143, 150, 1);
    text-shadow: 0 0 25px rgba(28, 143, 150, 1);
}

/* End Intro CSS  */

/* Paslaugos CSS  */
.splitter img{
    max-width: 8rem;
    padding: 14px 0;
}

.service-container img {
    max-width: 50px;
    margin: 5px;
}

.service-card {
    min-height: 150px;
}

h1 {
    font-weight: 600;
    margin-bottom: 0px;
}
/* End Paslaugos CSS  */

/* Patirtis CSS  */
.patirtis-container {
    background-image: url("https://vetmed.illinois.edu/wp-content/uploads/2021/04/pc-keller-hedgehog.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 250px;
}

.patirtis {
    /* background-color: rgba(28, 143, 150, 0.7); */
    background-color: rgba(255, 189, 89, 0.6);
    width: 100%;
    min-height: 250px;
}

.patirtis-card {
    background-color: transparent;
    border: none;
    font-weight: 600;
    height: 120px;
}

.patirtis-card i {
    font-size: 30px;
    padding: 20px;
    border: 3px solid black;
    border-radius: 50%;
}
@media screen and (max-width: 576px) {
    .patirtis-card { 
        font-size: 14px;
    }
    .patirtis-card i {
        font-size: 25px;
        padding: 15px;
    } 
 }

.patirtis-card i:hover {
    color: rgba(28, 143, 150, 1);
    border: 3px solid rgba(28, 143, 150, 1);
    transition: 0.5s;
}
/* End Patirtis CSS  */

/* Susisiekite CSS  */
/* End Susisiekite CSS  */

/* Map CSS  */
/* End Map CSS  */

/* Footer CSS  */
.footer-container {
    border-top: 1px solid rgba(255, 189, 89, 0.6);
    margin-top: 5px;
}
/* End Footer CSS  */