body {
    color: #3C5A69;
    font-family: 'Poppins', sans-serif;
}

.scrollb {scroll-margin-top: 4.7rem;}
@media (min-width: 992px) {
    .scrollb {
        scroll-margin-top: 7.7rem;
    }
}

a {
    color: #789BAA;
}

a:hover {
    color: #3C5A69;
}

.font-logo {
    font-family: "Space Grotesk", serif;
}

/* Default height for small devices */
#hero {
    background-image: url('grafika/logo-ai-background.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 123px 0;
    margin-top: 5.9rem;
}

/* Height for devices smaller than 992px */
@media (max-width: 992px) {
    #hero {
        padding: 50px 0;
        margin-top: 4.9rem;
		
    }
	.p-img-mobile {padding: 2.4rem 4.4rem 0rem 4rem !important;}
}


.mask {
    background-color: rgba(20, 30, 30, 0.5);
}

.navbar-nav .nav-link.active {
    color: #324B50;
}

.nav-link {
    color: #3C5A69;
}

.nav-link:hover {
    color: #789BAA;
}

.text-custom {
    color: #3C5A69;
}

.text-custom2 {
    color: #789BAA;
}

.text-custom3 {
    color: #EFCFB1;
}

.cien {text-shadow: 2px 2px 10px #000000;}

.border-danger-subtle {
    border-color: #789BAA !important;
}

.bg-custom {background-color: #33393D;}

.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3C5A69;
    --bs-btn-border-color: #3C5A69;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #789BAA;
    --bs-btn-hover-border-color: #789BAA;
    --bs-btn-focus-shadow-rgb: #663030;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF8C8C;
    --bs-btn-active-border-color: #FF8C8C;
    --bs-btn-active-shadow: inset 0 3px 5px #663030(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7F4E4E;
    --bs-btn-disabled-border-color: #7F4E4E;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* Height for devices larger than 992px */
@media (min-width: 992px) {
    .btn-group-lg>.btn, .btn-lg {
        --bs-btn-padding-y: 0.5rem;
        --bs-btn-padding-x: 1rem;
        --bs-btn-font-size: 1.25rem;
    }
}

.icon-link2 {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
}

.font-big {
    font-size: 2.2rem;
}

@media (min-width: 992px) {
    .font-big {
        font-size: 5.5rem;
    }
}

.font-medium {
    font-size: 1.4rem;
}

@media (min-width: 992px) {
    .font-medium {
        font-size: 3.0rem;
    }
}

.font-male {
    font-size: 1.0rem;
}

@media (min-width: 992px) {
    .font-male {
        font-size: 1.4rem;
    }
}

.font-small {
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    .font-small {
        font-size: 1.0rem;
    }
}

.boxy {
    background-image: linear-gradient(#ffffff, #DCE5E9, #3C5A69);
}

.boxy2 {
    background-image: linear-gradient(#ffffff, #DCE5E9);
}

.mt-neg1 {
    margin-top: -5.0rem !important;
  }
  
  .linia {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #789BAA;
  }

  .ozdobnik::after, .ozdobnik::before {
    content: " ";
    width: 75px;
    height: 4px;
    background-color: #789BAA;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
  }
  
  .ikonaokragla i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out 0s;
    background-color: rgba(255, 255, 255, 0.6);
    color: #663030;
}

.ikonaokragla:hover i {
    background-color: rgba(210, 125, 125, 0.6);
    color: rgba(255, 255, 255);
  }

  
