@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #ffffff !important;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
}

.top-hd {
  background-color: #117EBF;
  padding: 10px 0px 5px 0px;
}
.top-hd ul {
  list-style: none;
  padding-left: 0px;
}
.top-hd ul li {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
.top-hd ul li i {
  margin-right: 10px;
}

.hd-sec {
  background: url(../imgs/bg-hd.png) rgba(0, 0, 0, 0.9);
  padding: 20px;
  padding-bottom: 60px;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}

.social ul {
  padding-left: 0px;
}
.social ul li {
  display: inline-block;
  margin-right: 10px;
}
.social ul li a {
  text-decoration: none;
}
.social ul li a i {
  background-color: #343333;
  border-radius: 60px;
  color: #000000;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #000000;
}
.social ul li a i:hover {
  background-color: #117EBF;
  color: #ffffff;
}

.phone ul {
  padding-left: 0px;
}
.phone ul li {
  display: inline-flex;
  margin-right: 10px;
  height: 100%;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #ffffff;
}
.phone ul li i {
  background-color: #343333;
  border-radius: 60px;
  color: #000000;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #000000;
  margin-right: 10px;
}

.navbar {
  margin-top: -40px;
}

.bg-nav {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.bg-nav .nav-link {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-right: 40px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.btn-one {
  background-color: #117EBF;
  padding: 20px 40px;
  color: #ffffff !important;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: 0.5s;
  margin-right: -1px;
}
.btn-one:hover {
  background-color: #EEBF1B;
  color: #000000 !important;
}

.about-sec {
  padding: 100px 0px 100px 0px;
}
.about-sec h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #000000;
}
.about-sec h5 {
  font-family: "Playwrite NO", cursive;
  font-size: 36px;
  font-weight: 300;
  color: #117EBF;
}
.about-sec p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #202020;
}
.about-sec .icon-sec {
  background: url(../imgs/bg-hd.png) rgba(0, 0, 0, 0.9);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px;
  margin-top: 100px;
}
.about-sec .icon-sec i {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 10px solid #D9D9D9;
  transition: 0.5s;
  margin-bottom: 10px;
}
.about-sec .icon-sec i:hover {
  background-color: #EEBF1B;
  border: 10px solid #117EBF;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}
[data-bs-theme=dark] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme=dark] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

.photo-gallery {
  padding-bottom: 100px;
  padding-top: 65px;
}
.photo-gallery h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #000000;
}
.photo-gallery h5 {
  font-family: "Playwrite NO", cursive;
  font-size: 36px;
  font-weight: 300;
  color: #117EBF;
}
.photo-gallery p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #202020;
}

.contact-sec {
  padding: 150px 0px 0px 0px;
  background-color: rgba(240, 240, 240, 0.7019607843);
}
.contact-sec h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #000000;
}
.contact-sec h4 {
  font-family: "Playwrite NO", cursive;
  color: #117EBF;
  font-size: 46px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.contact-sec p {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: #000000;
}
.contact-sec .contact ul {
  list-style: none;
  padding-left: 0px;
}
.contact-sec .contact ul li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 56px;
  display: flex;
}
.contact-sec .contact ul li i {
  margin-right: 20px;
}

.form {
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.form input {
  width: 100%;
  height: 100%;
  color: #5fa8d3;
  padding-top: 25px;
  border: none;
  outline: none;
  background: transparent;
}

.form label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0%;
  pointer-events: none;
  border-bottom: 1px solid black;
}

.form label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #5fa8d3;
  bottom: -1px;
  left: 0px;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
  transform: translateY(-180%);
  font-size: 14px;
  color: transparent !important;
}

.form input:focus + .label-name::after,
.form input:valid + .label-name::after {
  transform: translateX(0%);
}

.made {
  position: absolute;
  bottom: 10%;
}

.made i {
  color: red;
}

.form {
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.form input,
.form textarea {
  width: 100%;
  height: 100%;
  color: #5fa8d3;
  padding-top: 0px;
  border: none;
  outline: none;
  background: transparent;
  resize: none; /* Prevent resizing if needed */
}

.form label {
  color: #6b6b6b;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0%;
  pointer-events: none;
  border-bottom: 1px solid black;
}

.form label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #EEBF1B;
  bottom: -1px;
  left: 0px;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name,
.form textarea:focus + .label-name .content-name,
.form textarea:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  color: transparent !important;
}

.form input:focus + .label-name::after,
.form input:valid + .label-name::after,
.form textarea:focus + .label-name::after,
.form textarea:valid + .label-name::after {
  transform: translateX(0%);
}

.made {
  position: absolute;
  bottom: 10%;
}

.made i {
  color: red;
}

.submit {
  background-color: #117EBF;
  padding: 10px 30px;
  border-radius: 6px;
  display: flex;
  width: auto;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.submit:hover {
  background-color: #EEBF1B;
  color: #000000;
}

.ftr-sec {
  background: url(../imgs/btm-bg.png) rgba(17, 126, 191, 0.9);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0px 20px 0px;
}
.ftr-sec ul {
  list-style: none;
}
.ftr-sec ul li {
  font-family: "Rubik", sans-serif;
  display: flex;
  font-size: 18px;
  color: #ffffff;
  line-height: 33px;
}

.btm-sec {
  background-color: #000000;
  padding-top: 10px;
}
.btm-sec p {
  font-size: 14px;
  color: #c3c3c3;
  text-align: center;
}

#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 0px;
  z-index: 99;
}

#navbar a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
}

#navbar a:hover {
  color: #117EBF;
}

#navbar a.active {
  color: #117EBF;
}

.content {
  padding: 16px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.progress-wrap {
  right: 25px;
  bottom: 25px;
  color: white;
  position: fixed;
  right: 50px;
  bottom: 150px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap input {
  z-index: 10001;
}

.progress-wrap input:checked + html {
  scroll-snap-type: unset;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: gray;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: #F13E51;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #F13E51;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.layout {
  height: 60px;
  width: 60px;
  padding: 15px;
}

.burger-menu {
  position: relative;
  display: block;
  width: 36px;
  height: 28px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.burger-menu .bar {
  transition: all 0.3s ease-out;
  height: 4px;
  width: 100%;
  display: block;
  background-color: #1B2126;
}

.burger-menu .bar:nth-of-type(2) {
  margin: 8px 0;
}

.burger-menu--closed {
  transition-delay: 0.3s;
}

.burger-menu--closed .bar:nth-of-type(2) {
  width: 28px;
  transition-property: margin, height, width;
  transition-delay: 0.3s, 0.3s, 0s;
}

.burger-menu--closed .bar:nth-of-type(3) {
  width: 32px;
}

.burger-menu--closed:hover .bar:nth-of-type(2) {
  width: 100%;
}

.burger-menu--closed:hover .bar:nth-of-type(3) {
  width: 100%;
}

.burger-menu--opened {
  padding-top: 12px;
}

.burger-menu--opened .bar:nth-of-type(1) {
  transform: rotate(45deg);
  transition-delay: 0.3s;
  height: 4px;
}

.burger-menu--opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -4px 0;
}

.burger-menu--opened .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transition-delay: 0.3s;
  height: 4px;
}

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

.navbar-toggler:focus {
  box-shadow: none !important;
}/*# sourceMappingURL=style.css.map */