/**
 * Typography
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", sans-serif;
  color: #757589;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  color: #444;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 50px;
    line-height: 66px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

h2 {
  font-size: 50px;
  line-height: 62px;
}

h3 {
  font-size: 35px;
  line-height: 46px;
}

h4 {
  font-size: 26px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h3 br {
    display: none;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h4 br {
    display: none;
  }
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #757589;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

p:last-child {
  margin: 0;
}

/* List Style */
ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 0px;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

a:visited {
  color: inherit;
}

a {
  outline: none;
  color: #000248;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #757589;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #702fff;
}

/*Extended Now*/

.profile-head {
  transform: translateY(5rem);
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cover:before {
  content: "";
  background: linear-gradient(
    to top,
    rgba(49, 49, 49, 0.33),
    rgba(189, 189, 189, 0)
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
}

body {
  background-color: #eee;
  background: linear-gradient(
    to right,
    var(--theme-color-1),
    var(--theme-color-0_5)
  );
  min-height: 100vh;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 70px;
  padding-top: 28px;
}

.vCard {
  background-color: rgb(255, 255, 255);
  border-radius: 0.625rem;
  max-width: 500px;
  min-width: 320px;
  overflow: hidden;
  width: 100%;
  box-shadow: 1px 1px 25px 0px rgba(88, 88, 88, 0.35);
}

.vCard-list {
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}

.vCard-list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  height: auto;
  padding: 0.5rem 1.375rem;
}

.vCard-list-item:hover {
  background-color: rgba(59, 181, 93, 0.04);
}

.vCard-contact ul.vCard-list {
  margin: 1.375rem 0px;
  padding: 0px;
}

.vCard-list .ripple {
  font-size: 20px;
  padding: 0 10px;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color-1);
  color: #fff;
}

.vCard-list-item h6 {
  font-weight: 500;
}

.vCard-list-item .label {
  font-size: 0.875rem;
  color: #757589;
}

.vCard .profile .img-thumbnail {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.vcard-type-text .vCard-list-item {
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  align-items: flex-start;
}

.vcard-description {
  color: #222;
}

.vCard-list-item .media-body {
  line-height: 1.2;
}

@media only screen and (max-width: 576px) {
  .vCard .profile .img-thumbnail {
    width: 6em;
    height: 6em;
  }

  .vCard .media.profile-head .media-body {
    margin-bottom: 2.2rem !important;
  }

  .vCard .media.profile-head .media-body h4 {
    font-size: 1.2rem;
  }

  .wrapper {
    padding: 0;
  }

  .vCard {
    max-width: 100%;
    min-height: 100vh;
  }
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--theme-color-1);
  border-color: var(--theme-color-1);
  transition: 0.3s filter;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--theme-color-0_5);
  border-color: var(--theme-color-1);
}

.btn-primary:hover {
  filter: grayscale(10%);
}

.text-primary {
  color: var(--theme-color-1) !important;
}

.bg-primary {
  background-color: var(--theme-color-1) !important;
}

.add-to-contact-wrapper {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.vcard-branding {
  margin-bottom: 20px;
}

.add-to-contact {
  position: fixed;
  width: 100%;
  bottom: 10px;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.add-to-contact-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.card {
  border-radius: 10px !important;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.gallery-box {
  overflow: hidden;
  position: relative;
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.gallery-box .gallery-img img {
  width: 100%;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.gallery-box .gallery-detail {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transform: translate(0%, 0%);
}

.gallery-box:hover .gallery-detail {
  top: 50%;
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box:hover .gallery-img:before {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.slick-dotted.slick-slider {
  margin-bottom: 5px;
}

.profile-section .slick-list,
.blog-content .slick-list {
  padding-left: 0;
}

.slick-slide {
  padding-right: 16px;
}

.slick-dots {
  bottom: -5px;
  position: relative;
}

.slick-dots li {
  height: 8px !important;
  margin: 0 3px !important;
  width: 8px !important;
}

.slick-dots li button,
.slick-dots li button:before {
  font-size: 0;
  height: 8px !important;
  width: 8px !important;
}

.slick-dots li button:before {
  background-color: var(--theme-color-0_4);
  border-radius: 10px;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
  width: 30px !important;
}

.slick-dots li.slick-active button:before {
  background-color: var(--theme-color-1);
  color: transparent !important;
  opacity: 1;
  width: 30px !important;
}
/************************ 10.Testimonial css ***************************/

#testimonial-slider .carousel-control-next,
#testimonial-slider .carousel-control-prev {
  position: relative;
  display: inline-flex;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(245, 247, 250, 1);
  border: transparent;
  border-radius: 50%;
}

#testimonial-slider .carousel-control-next-icon,
#testimonial-slider .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}

#testimonial-slider .carousel-control-prev {
  left: 35%;
}

#testimonial-slider .carousel-control-next {
  right: -40%;
}

#testimonial-slider .carousel-control-prev-icon {
  background-image: url(../../global/svg/left-slider-icon.svg) !important;
}

#testimonial-slider .carousel-control-next-icon {
  background-image: url(../../global/svg/right-slider-icon.svg) !important;
}

.blockquote::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f10e";
  font-size: 3rem;
  color: var(--theme-color-1);
}

.map-img iframe {
  width: 100%;
  height: 250px;
  border-radius: 12px;
}
