@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap');

/* ---------------- GENERAL ---------------- */

* {
  font-family: 'Lora', 'Lucida Sans', Geneva, Verdana, sans-serif;
}


.darker-grotesque {
  font-family: "Darker Grotesque", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-primary {
color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}

p,li, strong {
  font-family: "Raleway", serif;
  line-height: 1.25;
  color: #444;
  font-size: 1.1rem;
  text-align: left;
}

h1,
h2 {
  font-size: 2.5rem;

}
h4,span {
 font-family: "Darker Grotesque", serif;
 font-weight: 400;
}
h5 {
	font-family: "Gloock", serif;
    font-size: 0.9rem;
	color: black;
}
h6 {
	font-family: 'Lora', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-size: 0.7rem;
	letter-spacing: 2px;
	color: white;
}

big {
	font-weight: 600;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

.list-inline-item {
display: inline-block;
font-size: 3rem;
}

.li:hover{
	color:#007bff;
}


.container {
  max-width: 100%;
}

.page-section {
  padding: 4% 0 1% 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e0e0e0;
}

::-webkit-scrollbar-thumb {
  background-color: #888888;
}

/* ---------------- NAVBAR ---------------- */

#mainNav {
  background-color: #000;
  position: sticky;
  padding: 15px;
  z-index: 4;
}

#mainNav .navbar-toggler {
  font-size: 1rem;
  padding: 13px;
  color: #fff;
  border: 0;
  background-color: #717171;
}

#mainNav .navbar-brand {
  color: #717171;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #007bff;
}

.logo {
  max-height: 3.5rem;
  width: auto;
}

.zoom {
  transition: transform 0.1s;
}

.zoom:hover {
  transform: scale(0.9);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1200px) {
  #mainNav {
    padding: 0px 0;
    border: none;
  }

  #mainNav .navbar-brand {
    font-size: 1.4 em;
  }

  .logo {
    max-height: 70px;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
  }
}

@media (max-width: 1050px) {
  #mainNav .navbar-toggler {
    margin-right: 31%;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding: 15px 0;
    border: none;
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }

  #mainNav.navbar-shrink {
    background-color: #000;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@media (max-width: 768px) {
  .logo {
    max-height: 60px;
  }

  #mainNav .navbar-toggler {
    margin-right: 1.5%;
  }

  .container > .zoom {
    margin-left: 1%;
  }
}

/* ---------------- DETAILS LAWYER ---------------- */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

main {
  min-height: calc(100vh - 100px);
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.image-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.col-md-8 {
  margin-left: 0.5%;
}

#lawyer-bio {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #343a40;
  text-align: justify;
  margin-bottom: 30px;
  font-weight: 400;
  margin-right: 20px;
  letter-spacing: normal;
}

h2.h5 {
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#lawyer-experience {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.1rem;
  color: #495057;
}

#lawyer-experience li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}

#lawyer-experience li::before {
  content: '•';
  color: #000;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1100px) {
}

@media (max-width: 767px) {
  .col-md-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .image-container {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height: auto;
    width: 100%;
  }

  .image-container img {
    width: 270px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
  }

  .col-md-8 {
    margin-left: 0;
    text-align: center;
  }

  #lawyer-bio {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #343a40;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: normal;
  }

  #lawyer-experience {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.1rem;
    color: #495057;
    margin-left: 20px;
    margin-right: 20px;
  }

  #lawyer-experience li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
  }

  #lawyer-experience li::before {
    content: '•';
    color: #000;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* ---------------- FOOTER ---------------- */
.footer {
  background-color: #000;
  padding: 2rem 0;
  text-align: center;
  position: relative;
  bottom: 0;
  margin-right: 30%;
  width: 100%;
	z-index: 5;
}

.footer .container {
  max-width: 100%;
  margin: 0 auto;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  color: #fff;
}

.icons {
  margin-left: -4%;
}


/* ---------------- MEDIA QUERIES ---------------- */

@media (max-width: 768px) {
  .footer {
    margin-left: 0%;
    width: 100%;
  }

  .footer span.copyright {
    line-height: 20px;
    text-align: center;
  }

  .icons {
    margin-left: 0%;
  }
}
/* ---------------- BREADCRUMBS ---------------- */

.second a:hover {
	color: #007bff;
}
.active-2 {
	color: #007bff;
}
.second span:hover {
	padding-bottom: 2px !important;
	border-bottom: 1px solid #007bff;
}

.breadcrumb>li+li:before {
	content: "" !important;
}

.breadcrumb, .breadcrumb-item {
	font-family: "Darker Grotesque", serif;
	font-size: 1rem;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.breadcrumb {
	   font-size: 1rem;}

	.breadcrumb-item+.breadcrumb-item {
		  padding-left: 0;
	  }

    .breadcrumb > * div {
        max-width: 60px;
    }

          }