@import url("https://fonts.cdnfonts.com/css/bahnschrift");

body {
  font-family: "Bahnschrift", sans-serif;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.nav-link {
  color: #212529 !important;
}

.nav-item .active {
  border-radius: 6px;
  background: linear-gradient(145deg, #fbd1a2, #e6b3a7);
  box-shadow: 4px 4px 8px #d5a28c, -4px -4px 8px #ffe1d9;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #f79256;
  border-color: #f79256;
  box-shadow: none;
}

#myCarousel {
  max-width: 100%;
  margin: 0 auto;
}

#myCarousel .carousel-item img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 576px) {
  #myCarousel {
    max-width: 600px;
  }

  #myCarousel .carousel-item img {
    max-width: 600px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  #myCarousel {
    max-width: 800px;
  }

  #myCarousel .carousel-item img {
    max-width: 800px;
    height: auto;
  }
}

.carousel-item img {
  width: 100%;
  height: auto;
}

#myCarousel .carousel-inner {
  width: 100%;
  height: 100%;
}
#myCarousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;

  background-color: #fff;
  border: 2px solid #333;
  transition: all 0.4s ease;
}

#myCarousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
  border: 2px solid #333;
  transition: all 0.4s ease;
}

.mt-10 {
  margin-top: 5rem;
}
.mb-10 {
  margin-bottom: 5rem;
}

.mt-20 {
  margin-top: 10rem;
}
.mb-20 {
  margin-bottom: 10rem;
}

.overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 300px;
  height: 300px;
  background-color: rgba(0, 0, 255, 0.1);
  transition: opacity 0.4s ease;
  margin: -10px;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.gallery-item:hover .overlay-content {
  opacity: 1;
}

.pagination-outer {
  text-align: center;
}
.pagination {
  font-family: "Itim", cursive;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
}
.pagination li {
  padding: 5px 0;
  margin: 0 5px;
}
.pagination li a.page-link {
  color: white;
  background: #f79256;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  height: 33px;
  width: 43px;
  padding: 0;
  margin: 0;
  border: 1px solid #f79256;
  border-radius: 0;
  display: block;
  transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover,
.pagination li a.page-link:focus {
  color: white;
  background: linear-gradient(145deg, #fbd1a2, #e6b3a7);
  line-height: 38px;
  height: 41px;
  margin: -5px 0 -3px;
  border: 1px solid white;
}

li::marker {
  content: none;
}

.pagination2 {
  font-family: "Itim", cursive;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
}
.pagination2 li {
  padding: 3px 0;
  margin: 0 3px;
}
.pagination2 li a.page-link {
  color: white;
  background: #f79256;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  height: 33px;
  width: 43px;
  padding: 0;
  margin: 0;
  border: 1px solid #f79256;
  border-radius: 0;
  display: block;
  transition: all 0.3s ease 0s;
}
.pagination2 li.active a.page-link,
.pagination2 li a.page-link:hover,
.pagination2 li.active a.page-link:hover,
.pagination2 li a.page-link:focus {
  color: white;
  background: linear-gradient(145deg, #fbd1a2, #e6b3a7);
  line-height: 38px;
  height: 41px;
  margin: -5px 0 -3px;
  border: 1px solid white;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#back-to-top:hover {
  color: #fff;
  background-color: #000;
  transition: background-color 0.2s ease-in-out;
}

#back-to-top i {
  font-size: inherit;
  line-height: inherit;
}

.gallery-item {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

.gallery-item .responsive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .navbar-toggler {
    position: relative;
    top: -22px;
  }
  .navbar-brand .img2 {
    z-index: 1;
    position: relative;
    top: 5px !important;
    height: 90px;
    width: auto;
  }
  .navbar-brand .img1 {
    z-index: 1;
    position: relative;
    top: 5px !important;
    height: 90px;
    width: auto;
    margin-left: 1rem !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #f79256;
    padding: 10px;
    overflow-y: auto;
  }
  .top140 {
    top: 140px !important;
  }

  .navt1 {
    display: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 10px;
  }
  .mbcustom {
    margin-bottom: 150px;
  }
  .calcu2 {
    width: 91% !important;
  }

  .mb-20 {
    margin-bottom: 12rem;
  }
  #card {
    margin-bottom: 30%;
  }
  .rounded-5 {
    height: 205px;
    width: 326px;
  }
}

@media (max-width: 769px) {
  .navbar-toggler {
    position: relative;
    top: -22px;
  }

  .navbar {
    max-width: 7696px;
  }

  .pagination li {
    padding: 3px 0;
    margin: 0 3px;
  }
  .pagination li a.page-link {
    font-size: 18px;
    height: 28px;
    width: 35px;
    line-height: 28px;
  }
  .pagination li.active a.page-link,
  .pagination li a.page-link:hover,
  .pagination li.active a.page-link:hover,
  .pagination li a.page-link:focus {
    line-height: 33px;
    height: 33px;
    margin: -3px 0 -1px;
  }

  .calcu {
    top: calc(90% + 80px) !important;
  }
  .mbcustom {
    margin-bottom: 150px;
  }
  .mb-20 {
    margin-bottom: 15rem;
  }

  #card {
    margin-bottom: 20%;
  }
}

@media (max-width: 576px) {
  .pagination li {
    padding: 2px 0;
    margin: 0 2px;
  }

  .pagination li a.page-link {
    font-size: 16px;
    height: 24px;
    width: 30px;
    line-height: 24px;
  }
  .pagination li.active a.page-link,
  .pagination li a.page-link:hover,
  .pagination li.active a.page-link:hover,
  .pagination li a.page-link:focus {
    line-height: 28px;
    height: 28px;
    margin: -2px 0 0;
  }

  .calcu {
    top: calc(90% + 90px) !important;
  }
  .mbcustom {
    margin-bottom: 200px;
  }
  .calcu2 {
    top: calc(100% + 70px) !important;
    width: 90% !important;
  }

  .navbar-brand {
    margin-left: 1rem !important;
  }
}

@media (max-width: 376px) {
  .navbar-brand {
    margin-left: 10px !important;
  }
  .navbar-brand .img1 {
    margin-left: 10px !important;
  }
  .calcu {
    top: calc(90% + 100px) !important;
  }
  .mbcustom {
    margin-bottom: 250px;
  }
  .calcu2 {
    top: calc(100% + 80px) !important;
    width: 90% !important;
  }
  #card {
    margin-bottom: 80%;
  }

  #card-body {
    top: 150% !important;
  }

  .navbar-brand .img2 {
    height: 80px;
    width: 80px;
  }
  .navbar-brand .img1 {
    height: 80px;
    width: 110px;
  }

  .navbar-brand .img3 {
    height: 80px;
    width: 80px;
  }
  .navbar-brand .img4 {
    height: 80px;
    width: 110px;
  }
}

.responsive-img1 {
  height: calc(50vw) !important;
  max-height: 250px !important;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.responsive-img {
  position: initial !important;
  height: calc(50vw) !important;
  max-height: 250px !important;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.responsive-img3 {
  position: initial !important;
  height: calc(50vw) !important;
  max-height: 250px !important;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.responsive-img2 {
  height: calc(75vw) !important;
  max-height: 300px !important;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.exception-img {
  height: auto !important;
  max-height: none !important;
}

.img-fluid {
  height: 100%;
  width: auto;
}

.square-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calcu {
  top: calc(90% + 50px);
}

.calcu2 {
  top: calc(100% + 50px);
}

.section-divider {
  border-style: dashed;
  border-width: 2px;
  border-color: black transparent;
  opacity: 0.2;
}
