@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,html {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 200vh; /* Uzun səhifə üçün */
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
}

.custom-bg {
  max-height: 80px;
  background: rgba(26, 43, 60, 0.9);
  backdrop-filter: blur(3px); /* Fonun bulanıq dərəcəsi */
}

.blogo {
  margin-top: -10px;
}

.custom-bg a:link {
  color: #FFFFFF;
}

.custom-bg a:visited {
  color: #FFFFFF;
}

.custom-bg a:hover {
  color: #E19E20;
}

.custom-bg a:active {
  color: #FFFFFF;
}

.custom-bg button {
  color: #FFFFFF !important;
  border: 0px solid;
}

.custom-bg button:hover {
  color: #E19E20 !important;
}

.custom-bg button:focus {
  color: #E19E20 !important;
}

.dropdown-menu {
  background-color: rgba(225, 158, 32, 0.9);
  border-radius: 0;
  border: 0;
  backdrop-filter: blur(3px); /* Fonun bulanıq dərəcəsi */
}

.dropdown-menu li a:visited {
  color: #1A2B3C;
  background-color: #FFFFFF;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.language {
  margin-right: 5px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 50px;
}

section h2 {
  color: #1A2B3C;
}

section .card {
  border-radius: 0px;
}

section i {
  color: #E19E20;
}

.card-title {
  color: #1A2B3C;
}

.card-text {
  color: #1A2B3C;
}

.pulse {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.btn-custom {
  background-color: #1A2B3C;
  color: #FFFFFF;
  border-radius: 0px;
}

.btn-custom:hover {
  background-color: #E19E20;
  color: #FFFFFF;
}

.cprojects img {
  border-radius: 0px;
}

.dropdown {
  margin-top: 2px;
}

section a:link {
  text-decoration: none;
}

.card-body:hover {
  background-color: #1a2b3c;
}

.card-body:hover h5 {
  color: #FFFFFF;
}

.card-body:hover p {
  color: #FFFFFF;
}

.card-body {
  transition: .3s;
}

.carousel-caption h2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.carousel-item.active .carousel-caption h2 {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item.active .carousel-caption h2 {
  animation: slideUp 1s ease-out;
}

.carousel-caption p {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.carousel-item.active .carousel-caption p {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item.active .carousel-caption p {
  animation: slideUp 1s ease-out;
}

.cprojects a:link {
  text-decoration: none;
}

.card {
  border-radius: 0px;
}

.hover-animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hover-animate:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

footer h5 {
  margin-bottom: 40px;
  color: #1a2b3c;
}

footer a:link {
  color: #1a2b3c;
  text-decoration: none;
}

footer a:visited {
  color: #1a2b3c;
}

footer a:hover {
  color: #E19E20;
}

footer a:active {
  color: #1a2b3c;
}

.form-control {
  border-radius: 0;
  outline: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.footerend {
  color: #1a2b3c;
}

.footerend i {
  color: #1a2b3c;
  transition: .3s;
  font-size: 20px;
}

.footerend i:hover {
  color: #E19E20;
}

.product {
  width: 250px;
  transition: transform .5s ease-out; /* Hamar böyütmə */
}

.scroll-indicator {
  position: fixed;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}


.portfolio-wraper img {
    margin-top: 30px;
}