* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  color: #333;
}

.page {
  margin-top: 85px;
  min-height: calc(100vh - 250px);
}

@media (max-width: 575.98px) {
  .page {
    margin-top: 80px;
    min-height: calc(100vh - 283px);
  }
  .login-card {
    margin-top: 5px !important;
  }
}
.mainPage {
  min-height: calc(100vh - 93px);
}

.thing-form {
  margin: 20px 0;
}

#banner {
  border-bottom: none;
}

#banner h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.hero-unit {
  position: relative;
  padding: 30px 15px;
  color: #F5F5F5;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #0e5077;
}

.navbar-text {
  margin-left: 15px;
}

.deviceHolder {
  background-color: #eee;
}

.iphone {
  background-color: #F9F9F9;
  border: 1.6px solid #DDDDDD;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.4em;
  height: 620px;
  margin: 50px auto 0;
  padding: 0;
  position: relative;
  width: 320px;
}

.ipad {
  background-color: #F9F9F9;
  border: 1.6px solid #DDDDDD;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.4em;
  margin: 50px auto 0;
  padding: 0;
  position: relative;
  width: 765px;
  height: 1024px;
  border-width: 3px;
}

.iphone .speaker {
  background-color: #555555;
  border-radius: 10px;
  box-sizing: border-box;
  color: #222222;
  height: 4px;
  line-height: 24px;
  margin: 10% auto 7%;
  padding: 0;
  position: relative;
  transition: all 0.5s;
  width: 15%;
}

.ipad .speaker {
  background-color: #555555;
  border-radius: 10px;
  box-sizing: border-box;
  color: #222222;
  height: 4px;
  line-height: 24px;
  margin: 5% auto 4%;
  padding: 0;
  position: relative;
  transition: all 0.5s;
  width: 10%;
}

.speaker:before {
  background-color: #777777;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -15px;
  padding: 0;
  position: absolute;
  top: -2px;
  width: 8px;
}

.iphone .screen {
  border: 2px solid #000000;
  height: 79%;
  width: 85%;
  margin: auto;
  transition: all 0.5s;
  overflow: hidden;
}

.ipad .screen {
  border: 2px solid #000000;
  height: 84%;
  width: 85%;
  margin: auto;
  transition: all 0.5s;
  overflow: hidden;
}

.button {
  background-color: #F9F9F9;
  border: 2.4px solid #DDDDDD;
  border-radius: 50%;
  bottom: 2.6%;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  width: 35px;
  left: 50%;
  line-height: normal;
  margin: 0 0 0 -17.5px;
  padding: 0;
  position: absolute;
}

iframe {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}

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

.opacitybox {
  width: 100%;
  background-color: black;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.portfolio-block.photography .item {
  overflow: hidden;
  margin-bottom: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0);
}

.card {
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.navbarTST {
  background-color: #43646B;
  border-color: #223033;
}

.navbarTST li.nav-item a {
  color: #F5F5F5;
}

.navbar-toggler {
  background-color: #56bcf7 !important;
}

.card {
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.portfolio-navbar {
  background: white;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.portfolio-navbar .navbar-brand {
  color: #000 !important;
}

.portfolio-navbar .nav-link {
  color: #000 !important;
}

.gradient {
  background: linear-gradient(120deg, #ffffff, #ffffff);
  color: #fff;
  opacity: 0.9;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-toggler {
  background-color: #56bcf7;
}

.nav-link {
  white-space: nowrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
}

.logo:hover {
  color: #000;
  text-decoration: none;
}

.avatar {
  width: 50px;
  height: 50px;
  background-size: contain;
  display: inline-block;
  border-radius: 50%;
  margin-top: -9px;
  margin-bottom: -13px;
  margin-right: 10px;
}

.page {
  margin-top: 85px;
  min-height: calc(100vh - 250px);
}

@media (max-width: 575.98px) {
  .page {
    margin-top: 80px;
    min-height: calc(100vh - 283px);
  }
}
.lanidng-page {
  position: relative;
  min-height: 50vh;
  overflow: hidden;
  margin-top: 0px;
}

.lanidng-page video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.portfolio-block.block-intro .container {
  padding-top: 200px;
}

.portfolio-block.activities {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
  border: 0px;
}

.portfolio-laptop-mockup .screen-content {
  background-image: url("../../../assets/img/website2.png");
}

.portfolio-block.block-intro {
  background: transparent;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}

.portfolio-block.block-intro h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.portfolio-block.block-intro .btn {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.portfolio-block.block-intro .btn:hover {
  background: white;
  color: #43646B;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-block.activities .heading h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.portfolio-block.activities .card {
  background: white;
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

.portfolio-block.activities .card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
}

.portfolio-block.activities .card-header {
  background: transparent;
  border: none;
  text-align: center;
  padding: 2rem 1.5rem 1rem;
}

.portfolio-block.activities .card-header i {
  font-size: 3rem;
  color: #56bcf7;
  transition: all 0.3s ease;
}

.portfolio-block.activities .card:hover .card-header i {
  transform: scale(1.1);
  color: #43646B;
}

.portfolio-block.activities .card-body {
  text-align: center;
  padding: 0 1.5rem 2rem;
}

.portfolio-block.activities .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #56bcf7;
  letter-spacing: -0.01em;
}

.portfolio-block.activities .card-text {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  white-space: normal;
}

.portfolio-block.website {
  padding-top: 150px;
  padding-bottom: 150px;
  background: linear-gradient(135deg, #56bcf7 0%, #6c5ce7 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.portfolio-block.website h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.portfolio-block.website p {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
}

.portfolio-laptop-mockup {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.portfolio-laptop-mockup .screen {
  background: #ffffff;
  border: 8px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.portfolio-laptop-mockup .screen-content {
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0 0;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
}

.portfolio-laptop-mockup .keyboard {
  width: 108%;
  height: 12px;
  background: #ffffff;
  border: 8px solid #f0f0f0;
  border-top: 1px solid #000000;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  margin-left: -4%;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.portfolio-laptop-mockup .keyboard::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #d0d0d0;
  border-radius: 2px;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: block;
}

.nav-link:hover {
  text-decoration: none;
  color: inherit;
}

.page-footer {
  padding-top: 80px;
  text-align: center;
}

.page-footer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.social-icons {
  margin-bottom: 1rem;
}

.footer-bottom .footer-links {
  margin-top: 6px;
}

.footer-bottom .footer-links a {
  color: inherit;
  opacity: 0.75;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.9em;
}

.footer-bottom .footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
