:root {
    --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Jost", sans-serif;
    --nav-font: "Poppins", sans-serif;
  }
:root {
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #37517e;
    --accent-color: #47b2e4;
    --contrast-color: #ffffff;
}
  /* Nav Menu Colors */
  :root {
    /* Nav Color - This is the default color of the main navmenu links. */
    --nav-color: #ffffff;

    /* Nav Hover Color - This color is applied to main navmenu links when they are hovered over. */
    --nav-hover-color: #47b2e4;

    /* Nav Dropdown Background Color - This color is used as the background for dropdown boxes that appear when hovering over primary navigation items. */
    --nav-dropdown-background-color: #ffffff;

    /* Nav Dropdown Color - This color is used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-color: #444444;

    /* Nav Dropdown Hover Color - Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
    --nav-dropdown-hover-color: #47b2e4;
  }

  /* Template Custom Colors */
  :root {
    --hero-background-color: #37517e;
    --hero-color: #ffffff;
  }

  /* Smooth scroll */
  :root {
    scroll-behavior: smooth;
  }

  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
  body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
  }

  a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
  }

  a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
  }

  .header {
    --background-color: #3d4d6a;
    --heading-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
  }

  .header .logo {
    line-height: 1;
  }

  .header .logo img {
    max-height: 36px;
    margin-right: 8px;
  }
  .navbar a,
  .navbar a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navbar li:hover>a,
  .navbar .active,
  .navbar .active:focus {
    color: var(--nav-hover-color) !important;
  }





.short-info{
    font-size: 1.25rem !important;
    font-weight: 500;
}
.btn-main{
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 25px;
    /* margin: 0 0 0 30px; */
    border-radius: 50px;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .sidebar{
        background-color: rgba(43, 56, 82, 0.61) !important;
        backdrop-filter: blur(10px);
    }

}
.nav-link {
    color: white !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; */
    background-color: #3d4d6a !important;
}
.bg-dark .text-white{
    color: #ffffff !important;
}
.offcanvas-title{
    /* color: #ffffff !important; */
    color: rgb(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
    .mb-sm-4 {
        margin-bottom: 0.5rem !important;
    }
}

.hero {
    --background-color: var(--hero-background-color);
    --default-color: var(--hero-color);
    --heading-color: var(--hero-color);
    --contrast-color: var(--hero-color);
    width: 100%;
    min-height: 80vh;
    position: relative;
    padding: 110px 0 130px 0 !important;
    display: flex;
    align-items: center;
}

section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 88px;
    overflow: clip;
}

.hero .intro {
    color: color-mix(in srgb, var(--default-color), transparent 22%);
    /* margin: 5px 0 30px 0; */
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;
    /* padding: 20px 0px 20px 0px; */
    text-align: justify;
}

/*
PRICING
*/
.pricing .pricing-item {
    background-color: var(--contrast-color);
    box-shadow: 0 3px 20px -2px
color-mix(in srgb, var(--default-color), transparent 90%);
    border-top: 4px solid var(--background-color);
    padding: 40px 40px;
    height: 100%;
    border-radius: 5px;
}
.pricing {
    --background-color: color-mix(in srgb, var(--heading-color), transparent 95%);
    margin-top: -8rem;
    padding-bottom: 1rem;
    z-index: 100;
    position: relative;
}

  .pricing h3 {
    /*font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;*/

    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
   /* text-transform: uppercase;*/
  }

  .pricing h4 {
    color: var(--accent-color);
    font-size: 48px;
    font-weight: 400;
    font-family: var(--heading-font);
    margin-bottom: 0;
  }

  .pricing h4 sup {
    font-size: 28px;
  }

  .pricing h4 span {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 18px;
  }

  .pricing ul {
    padding: 20px 5px;
    list-style: none;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    text-align: left;
    line-height: 38px;
  }

  .pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  .pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
  }

  .pricing ul .na {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
  }

  .pricing ul .na i {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
  }

  .pricing ul .na span {
    text-decoration: line-through;
  }

  .pricing .buy-btn {
    color: var(--accent-color);
    background-color: var(--background-color);
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--heading-font);
    transition: 0.3s;
    border: 1px solid var(--accent-color);
  }

  .pricing .buy-btn:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
  }

  .pricing .featured {
    border-top-color: var(--accent-color);
  }

  .pricing .featured .buy-btn {
    background: var(--accent-color);
    color: var(--contrast-color);
  }

  @media (max-width: 992px) {
    .pricing .box {
      max-width: 60%;
      margin: 0 auto 30px auto;
    }
  }

  @media (max-width: 767px) {
    .pricing .box {
      max-width: 80%;
      margin: 0 auto 30px auto;
    }
  }

  @media (max-width: 420px) {
    .pricing .box {
      max-width: 100%;
      margin: 0 auto 30px auto;
    }
  }
  @media (max-width: 1199px) {
      section, .section {
          scroll-margin-top: 66px;
      }
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
    /* position: relative; */
  }
  .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  .section-title p {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

.photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.photo .portfolio-info {
  opacity: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, #62779c, transparent 15%);
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.photo:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
  /*.photo{
 position: absolute;
  left: 0px;
  top: 0px;
} */

.photo .portfolio-info h4 {
  font-size: 19px;
  font-weight: 600;
  padding-right: 50px;
  color: color-mix(in srgb, #f1f4fc, transparent 10%);
}

.photo .portfolio-info p, .photo .portfolio-info span {
  color: color-mix(in srgb, #f1f4fc, transparent 5%);
  font-size: 15px;
  margin: 10px 0 10px 0;
  padding-right: 50px;
}

.photo .btn-find, .photo .btn-find:focus{
    color: var(--contrast-color);
    background: #198754;;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    border-color: #06854a;
}

.photo .btn-find:hover,
.photo .btn-find:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb,  #068b4d, transparent 15%);
}



.photo-gallery{
  display: flex;
  gap:20px;
}
.photo img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.small{
    font-size: 0.89rem !important;
}

.text-dark{
  color: #000000 !important;
}

.new-font p, .new-font{
  font-family: var(--nav-font);
}

.text-dark a{
  color: #000000  !important;
  padding: 18px 15px;
  font-size: 15px;
  font-family: var(--nav-font);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
}

.shrink-py{
  /*margin: 20px 0px 10px 0px;*/
  margin: 0px !important;
}

.about {
  --background-color: color-mix(in srgb, var(--heading-color), transparent 95%);
  padding-bottom: 4rem;
}

.bio{
  --background-color: color-mix(in srgb, var(--heading-color), transparent 95%);
  padding: 130px 0 40px 0 !important;
  display: flex;
  align-items: center;
}

.contact{
    padding: 150px 0 50px 0 !important;
}

.bio-list{
  list-style-type: none;
  margin-bottom: 0;
}

.bio-list > *{
  /* flex: 1 1 50% !important; */
  padding: 8px 0px 8px 0px;
}

.service-item img{
  height: 300px;
  text-align: center
}

/* .yy > div{
  width: 100%;
} */

.divider{
  width: 100%;
    height: 1rem;
    background-color: color-mix(in srgb, var(--heading-color), transparent 95%);
    /* background-color: rgba(0, 0, 0, .1); */
    /* border: solid rgba(0, 0, 0, .15); */
    border: solid rgba(197, 196, 196, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(221, 220, 220, 0.1), inset 0 .125em .5em rgba(221, 220, 220, 0.1);
}

.moto{
  font-family: var(--nav-font);
  font-size: 1.05rem !important;
  font-weight: 400;
}

.footer-icons{
  fill: #3f5275;
}

/*.icon-wrapper {
  position: relative;
  display: inline-block;
}

.icon-wrapper::before {
   content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid #47b2e4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 10px !important;
}*/

.navbar-brand{
  font-family: var(--heading-font) !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  /* padding: 40px 0; */
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 50s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}

.techstack{
  padding: 20px 0px;
}

.email-form input, textarea{
  font-family: var(--nav-font);
  font-size: 0.93rem !important;
 }

@media (min-width: 992px) {
     .text-lg-left{
        text-align: left !important;
     }
 }

 .navbar-toggler{
    border: none !important;
 }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem !important;
 }

 .img-fluid-custom {
    max-width: 100%;
    max-height: 1200px; /* Adjust this based on your design */
    height: auto;
}

.fs-0{
    font-size: 2.9rem;
}

.intro-text{
    text-align: center; hyphens: auto;
}